BackChannelAuthenticationSuccess.Parameters Class
Abblix.Oidc.Server
Abblix.Oidc.Server.Model.BackChannelAuthenticationSuccess
BackChannelAuthenticationSuccess.Parameters Class
Contains constants representing the parameter names used in the backchannel authentication response. These are included in the JSON response to the client to ensure the correct values are returned.
public static class BackChannelAuthenticationSuccess.Parameters
Inheritance System.Object → Parameters
Fields
BackChannelAuthenticationSuccess.Parameters.AuthenticationRequestId Field
The auth_req_id response parameter identifying the backchannel authentication
request (CIBA Core §7.3).
public const string AuthenticationRequestId = "auth_req_id";
Field Value
BackChannelAuthenticationSuccess.Parameters.ExpiresIn Field
The expires_in response parameter giving the lifetime of the request, in
seconds.
public const string ExpiresIn = "expires_in";
Field Value
BackChannelAuthenticationSuccess.Parameters.Interval Field
The interval response parameter giving the minimum polling interval the client
should observe, in seconds.
public const string Interval = "interval";