Package-level declarations
Types
Link copied to clipboard
An interface used to return user verification token information.
Link copied to clipboard
data class UserVerificationToken(val userVerificationType: UserVerificationToken.UserVerificationType, val customerIdentityToken: String) : UserVerificationTokenRequest
Authentication token information.
Link copied to clipboard
interface UserVerificationTokenRequest
Interface for an authentication token request.