Cloudstream
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.syncproviders.providers
/
MALApi
/
Payload
Payload
@
Serializable
data
class
Payload
(
val
requestId
:
Int
,
val
codeVerifier
:
String
)
(
source
)
Members
Constructors
Payload
Link copied to clipboard
constructor
(
requestId
:
Int
,
codeVerifier
:
String
)
Properties
code
Verifier
Link copied to clipboard
@
SerialName
(
value
=
"codeVerifier"
)
val
codeVerifier
:
String
request
Id
Link copied to clipboard
@
SerialName
(
value
=
"requestId"
)
val
requestId
:
Int