ScaAuthenticationEventAttemptVerificationMethod

Enum class representing methods used for verifying the SCA authentication event attempt.

Entries

Link copied to clipboard

A secret combination of characters, typically chosen by the user, used to authenticate their identity.

Link copied to clipboard

A numeric code, typically six digits, used to authenticate the user's identity.

Link copied to clipboard

A set of predefined keys or a pattern chosen by the user to authenticate their identity.

Link copied to clipboard

One-Time Password sent via SMS, email, or authenticator application to the user's registered device.

Link copied to clipboard

Authentication based on unique physical characteristics of the user, such as fingerprint, facial recognition, or iris scan.

Link copied to clipboard

Returned when no valid value was found.

Properties

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard

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.