Cloudstream
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.syncproviders
/
AuthAPI
/
LoginInfo
Login
Info
class
LoginInfo
(
val
profilePicture
:
String
?
=
null
,
val
name
:
String
?
,
val
accountIndex
:
Int
)
(
source
)
Deprecated (with error)
Please use the new API for AuthAPI
Members
Constructors
Login
Info
Link copied to clipboard
constructor
(
profilePicture
:
String
?
=
null
,
name
:
String
?
,
accountIndex
:
Int
)
Properties
account
Index
Link copied to clipboard
val
accountIndex
:
Int
name
Link copied to clipboard
val
name
:
String
?
profile
Picture
Link copied to clipboard
val
profilePicture
:
String
?