Aller au contenu
Abblix
Cette page n'a pas encore été traduite.

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.

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

C#
string GenerateAuthenticationRequestId();

Returns

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