Writeopia
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Writeopia
plugin:writeopia_serialization
/
io.writeopia.sdk.serialization.data.auth
/
AuthResponse
Auth
Response
@
Serializable
data
class
AuthResponse
(
val
token
:
String
?
,
val
writeopiaUser
:
WriteopiaUserApi
)
Members
Constructors
Auth
Response
Link copied to clipboard
constructor
(
token
:
String
?
,
writeopiaUser
:
WriteopiaUserApi
)
Properties
token
Link copied to clipboard
val
token
:
String
?
writeopia
User
Link copied to clipboard
val
writeopiaUser
:
WriteopiaUserApi