Skip to main content

IAuthenticationRequestIdGenerator Interface

Abblix.Oidc.Server

Abblix.Oidc.Server.Features.BackChannelAuthentication.Interfaces

IAuthenticationRequestIdGenerator Interface

Defines the contract for generating unique authentication request identifiers in the context of a backchannel or other authentication flows. This identifier is used to track and reference individual authentication requests.

public interface IAuthenticationRequestIdGenerator

Derived
AuthenticationRequestIdGenerator

Methods

IAuthenticationRequestIdGenerator.GenerateAuthenticationRequestId() Method

Generates a unique authentication request ID, which is used to identify a specific authentication request during the backchannel authentication flow or similar processes.

string GenerateAuthenticationRequestId();

Returns

System.String
The generated authentication request ID as a string.