toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.syncproviders
/
OAuth2API
/
PinAuthData
Pin
Auth
Data
data
class
PinAuthData
(
val
deviceCode
:
String
,
val
userCode
:
String
,
val
verificationUrl
:
String
,
val
expiresIn
:
Int
,
val
interval
:
Int
)
(
source
)
Members
Constructors
Pin
Auth
Data
Link copied to clipboard
constructor
(
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
user
Code
Link copied to clipboard
val
userCode
:
String
verification
Url
Link copied to clipboard
val
verificationUrl
:
String