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")

Types

Link copied to clipboard
object Factory

Convenience methods for creating UserVerificationToken objects.

Link copied to clipboard

Properties

Link copied to clipboard
open override val customerIdentityToken: String

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.