toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.syncproviders.providers
/
OpenSubtitlesApi
/
OAuthToken
OAuth
Token
data
class
OAuthToken
(
var
token
:
String
?
=
null
,
var
status
:
Int
?
=
null
)
(
source
)
Members
Constructors
OAuth
Token
Link copied to clipboard
constructor
(
token
:
String
?
=
null
,
status
:
Int
?
=
null
)
Properties
status
Link copied to clipboard
var
status
:
Int
?
token
Link copied to clipboard
var
token
:
String
?