AuthenticationErrorType

This enum holds the type of the error occurred during the authentication process.

Entries

Link copied to clipboard

The authentication did not complete because the user or the app caused an error.

Link copied to clipboard

The communication between the SDK and the remote server could not be established. We recommend retrying authentication if this occurs.

Link copied to clipboard

The SDK encountered an error related to the 3DS1 protocol.

Link copied to clipboard

The authentication did not complete because an error was reported by one of the components in the 3D Secure process.

Link copied to clipboard

The SDK encountered an internal error.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.