OobChannel

Represents the channel for an Out-of-Band (OOB) authentication challenge.

OOB challenges are used in multi-factor authentication to send a code or a prompt to a user through a separate communication channel, such as SMS or email, to verify their identity.

Entries

Link copied to clipboard

Specifies that the OOB challenge should be sent as a push notification to the user's registered device (e.g., via an authenticator app).

Link copied to clipboard

Specifies that the OOB challenge should be sent via SMS to the user's registered phone number.

Link copied to clipboard

Specifies that the OOB challenge should be delivered via a voice call to the user's registered phone number.

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
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.