LoginOauthIdTokenResponse

@Serializable
data class LoginOauthIdTokenResponse(val result: Boolean, val token: String? = null, val error: String? = null)

Constructors

Link copied to clipboard
constructor(result: Boolean, token: String? = null, error: String? = null)

Properties

Link copied to clipboard
val error: String? = null
Link copied to clipboard
Link copied to clipboard
val token: String? = null