Cloudstream
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.syncproviders
/
AuthLoginResponse
Auth
Login
Response
data
class
AuthLoginResponse
(
val
password
:
String
?
,
val
username
:
String
?
,
val
email
:
String
?
,
val
server
:
String
?
)
(
source
)
What the user responds to the AuthLoginRequirement
Members
Constructors
Auth
Login
Response
Link copied to clipboard
constructor
(
password
:
String
?
,
username
:
String
?
,
email
:
String
?
,
server
:
String
?
)
Properties
email
Link copied to clipboard
val
email
:
String
?
password
Link copied to clipboard
val
password
:
String
?
server
Link copied to clipboard
val
server
:
String
?
username
Link copied to clipboard
val
username
:
String
?