RegistrationToken

@Serializable
data class RegistrationToken(val token: String) : AuthenticationRequest

Constructors

Link copied to clipboard
constructor(token: String)

Properties

Link copied to clipboard
@SerialName(value = "token")
val token: String
Link copied to clipboard
@SerialName(value = "type")
open override val type: AuthenticationType.RegistrationToken