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
/
SubtitleOAuthEntity
Subtitle
OAuth
Entity
@
Serializable
data
class
SubtitleOAuthEntity
(
var
userEmail
:
String
,
var
pass
:
String
,
var
name
:
String
?
=
null
,
var
accessToken
:
String
?
=
null
,
var
apiKey
:
String
?
=
null
)
(
source
)
Members
Constructors
Subtitle
OAuth
Entity
Link copied to clipboard
constructor
(
userEmail
:
String
,
pass
:
String
,
name
:
String
?
=
null
,
accessToken
:
String
?
=
null
,
apiKey
:
String
?
=
null
)
Properties
access
Token
Link copied to clipboard
@
SerialName
(
value
=
"accessToken"
)
var
accessToken
:
String
?
api
Key
Link copied to clipboard
@
SerialName
(
value
=
"apiKey"
)
var
apiKey
:
String
?
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
var
name
:
String
?
pass
Link copied to clipboard
@
SerialName
(
value
=
"pass"
)
var
pass
:
String
user
Email
Link copied to clipboard
@
SerialName
(
value
=
"userEmail"
)
var
userEmail
:
String