Cloudstream
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.syncproviders.providers
/
SubDlApi
/
OAuthTokenResponse
OAuth
Token
Response
@
Serializable
data
class
OAuthTokenResponse
(
val
token
:
String
,
val
userData
:
SubDlApi.UserData
?
=
null
,
val
status
:
Boolean
?
=
null
,
val
message
:
String
?
=
null
)
(
source
)
Members
Constructors
OAuth
Token
Response
Link copied to clipboard
constructor
(
token
:
String
,
userData
:
SubDlApi.UserData
?
=
null
,
status
:
Boolean
?
=
null
,
message
:
String
?
=
null
)
Properties
message
Link copied to clipboard
@
SerialName
(
value
=
"message"
)
val
message
:
String
?
status
Link copied to clipboard
@
SerialName
(
value
=
"status"
)
val
status
:
Boolean
?
token
Link copied to clipboard
@
SerialName
(
value
=
"token"
)
val
token
:
String
user
Data
Link copied to clipboard
@
SerialName
(
value
=
"userData"
)
val
userData
:
SubDlApi.UserData
?