RegistrationToken

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

Constructors

Link copied to clipboard
constructor(token: String)

Properties

Link copied to clipboard
Link copied to clipboard