]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/users/user-login.model.ts
Add ability to choose what policy we have for NSFW videos
[github/Chocobozzz/PeerTube.git] / shared / models / users / user-login.model.ts
1 export interface UserLogin {
2 access_token: string
3 refresh_token: string
4 token_type: string
5 }