toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.syncproviders.providers
/
SubDlApi
/
SubtitleOAuthEntity
Subtitle
OAuth
Entity
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
var
accessToken
:
String
?
api
Key
Link copied to clipboard
var
apiKey
:
String
?
name
Link copied to clipboard
var
name
:
String
?
pass
Link copied to clipboard
var
pass
:
String
user
Email
Link copied to clipboard
var
userEmail
:
String