Cloudstream
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Cloudstream
App
/
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
?