toggle menu
lib
0.0.9
common
switch theme
search in API
lib
/
com.wepin.cm.loginlib.types
/
OAuthTokenResponse
OAuth
Token
Response
@
Serializable
data
class
OAuthTokenResponse
(
val
id_token
:
String
?
=
null
,
val
access_token
:
String
,
val
token_type
:
String
,
val
expires_in
:
Int
?
=
-1
,
val
refresh_token
:
String
?
=
null
,
val
scope
:
String
?
=
null
)
Members
Constructors
OAuth
Token
Response
Link copied to clipboard
constructor
(
id_token
:
String
?
=
null
,
access_token
:
String
,
token_type
:
String
,
expires_in
:
Int
?
=
-1
,
refresh_token
:
String
?
=
null
,
scope
:
String
?
=
null
)
Properties
access_token
Link copied to clipboard
val
access_token
:
String
expires_in
Link copied to clipboard
val
expires_in
:
Int
?
id_token
Link copied to clipboard
val
id_token
:
String
?
=
null
refresh_token
Link copied to clipboard
val
refresh_token
:
String
?
=
null
scope
Link copied to clipboard
val
scope
:
String
?
=
null
token_type
Link copied to clipboard
val
token_type
:
String