UserVerificationToken
data class UserVerificationToken(val userVerificationType: UserVerificationToken.UserVerificationType, val customerIdentityToken: String, val lastEventId: String = "0") : UserVerificationTokenRequest
Authentication token information.
Constructors
Link copied to clipboard
constructor(userVerificationType: UserVerificationToken.UserVerificationType, customerIdentityToken: String, lastEventId: String = "0")
Properties
Link copied to clipboard
The actual identity token contents.
Link copied to clipboard
Last eventId for reconnecting to the realtime event stream. Only used with UserVerificationType.Passthrough.
Link copied to clipboard
The type of authentication token.