Enumeration ScaAuthenticationEventAttemptVerificationMethod

Method used for verifying the SCA authentication event attempt.

Enumeration Members

Enumeration Members

BIOMETRIC: "BIOMETRIC"

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

OTP: "OTP"

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

PASSKEYS: "PASSKEYS"

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

PASSWORD: "PASSWORD"

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

PIN: "PIN"

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