toggle menu
lib
0.0.9
common
switch theme
search in API
lib
/
com.wepin.cm.loginlib.types
/
OAuthTokenResponse
/
OAuthTokenResponse
OAuth
Token
Response
constructor
(
id_token
:
String
?
=
null
,
access_token
:
String
,
token_type
:
String
,
expires_in
:
Int
?
=
-1
,
refresh_token
:
String
?
=
null
,
scope
:
String
?
=
null
)