Package-level declarations
Types
Link copied to clipboard
interface UserVerificationProvider
An interface used to return user verification token information.
Link copied to clipboard
data class UserVerificationToken(val userVerificationType: UserVerificationToken.UserVerificationType, val customerIdentityToken: String) : UserVerificationTokensRequest
Authentication token information.