Skip to main content

BackChannelAuthenticationStatus Enum

Abblix.Oidc.Server

Abblix.Oidc.Server.Features.BackChannelAuthentication

BackChannelAuthenticationStatus Enum

Represents the various states of a backchannel authentication request. This enumeration defines the possible statuses that an authentication request can have, facilitating the management of the authentication process in Client-Initiated Backchannel Authentication (CIBA).

public enum BackChannelAuthenticationStatus

Fields

Pending 0

Indicates that the authentication request is pending and has not yet been processed.

Denied 1

Indicates that the authentication request has been denied, either by the user or the system.

Authenticated 2

Indicates that the authentication request has been successfully authenticated.