UserVerificationToken

data class UserVerificationToken(val userVerificationType: UserVerificationToken.UserVerificationType, val customerIdentityToken: String) : UserVerificationTokensRequest

Authentication token information.

Constructors

Link copied to clipboard
constructor(userVerificationType: UserVerificationToken.UserVerificationType, customerIdentityToken: String)

Types

Link copied to clipboard

Properties

Link copied to clipboard
open override val customerIdentityToken: String

The actual identity token contents.

Link copied to clipboard

The type of authentication token.