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, val lastEventId: String = "0") : UserVerificationTokenRequest

Authentication token information.

Link copied to clipboard

Interface for an authentication token request.