toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.syncproviders.providers
/
SimklApi
/
Companion
/
PinAuthResponse
Pin
Auth
Response
data
class
PinAuthResponse
(
val
result
:
String
,
val
deviceCode
:
String
,
val
userCode
:
String
,
val
verificationUrl
:
String
,
val
expiresIn
:
Int
,
val
interval
:
Int
)
(
source
)
Members
Constructors
Pin
Auth
Response
Link copied to clipboard
constructor
(
result
:
String
,
deviceCode
:
String
,
userCode
:
String
,
verificationUrl
:
String
,
expiresIn
:
Int
,
interval
:
Int
)
Properties
device
Code
Link copied to clipboard
val
deviceCode
:
String
expires
In
Link copied to clipboard
val
expiresIn
:
Int
interval
Link copied to clipboard
val
interval
:
Int
result
Link copied to clipboard
val
result
:
String
user
Code
Link copied to clipboard
val
userCode
:
String
verification
Url
Link copied to clipboard
val
verificationUrl
:
String