This website requires JavaScript.
Explore
Help
Sign In
OpenCloud
/
PeerTube
mirror of
https://github.com/Chocobozzz/PeerTube
Watch
1
Star
0
Fork
You've already forked PeerTube
0
Code
Issues
Releases
Wiki
Activity
e8cb8d107b
PeerTube
/
shared
/
models
/
users
/
user-login.model.ts
6 lines
99 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Move to HttpClient and PrimeNG data table
2017-09-14 11:57:49 +02:00
export
interface
UserLogin
{
access_token
:
string
refresh_token
:
string
token_type
:
string
Fix lint momory issues
2018-03-08 17:31:11 +01:00
}