Cloudstream
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.utils.videoskip
/
AnimeSkipAuth
/
Payload
Payload
data
class
Payload
(
val
profileUrl
:
String
,
val
username
:
String
,
val
email
:
String
,
val
clientId
:
String
)
(
source
)
Members
Constructors
Payload
Link copied to clipboard
constructor
(
profileUrl
:
String
,
username
:
String
,
email
:
String
,
clientId
:
String
)
Properties
client
Id
Link copied to clipboard
val
clientId
:
String
email
Link copied to clipboard
val
email
:
String
profile
Url
Link copied to clipboard
val
profileUrl
:
String
username
Link copied to clipboard
val
username
:
String