toggle menu
lib
0.0.11
common
switch theme
search in API
lib
/
com.wepin.cm.loginlib.types.network
/
LoginOauthIdTokenResponse
Login
Oauth
Id
Token
Response
@
Serializable
data
class
LoginOauthIdTokenResponse
(
val
result
:
Boolean
,
val
token
:
String
?
=
null
,
val
error
:
String
?
=
null
)
Members
Constructors
Login
Oauth
Id
Token
Response
Link copied to clipboard
constructor
(
result
:
Boolean
,
token
:
String
?
=
null
,
error
:
String
?
=
null
)
Properties
error
Link copied to clipboard
val
error
:
String
?
=
null
result
Link copied to clipboard
val
result
:
Boolean
token
Link copied to clipboard
val
token
:
String
?
=
null