Skip to main content

BackChannelPushNotificationRequest.Parameters Class

Abblix.Oidc.Server

Abblix.Oidc.Server.Model.BackChannelPushNotificationRequest

BackChannelPushNotificationRequest.Parameters Class

Wire-level parameter names for the CIBA push-mode token delivery payload (OpenID Connect CIBA Core 1.0 §10.3.1).

public static class BackChannelPushNotificationRequest.Parameters

Inheritance System.Object → Parameters

Fields

BackChannelPushNotificationRequest.Parameters.AccessToken Field

The access_token push payload parameter carrying the issued access token.

public const string AccessToken = "access_token";

Field Value

System.String

BackChannelPushNotificationRequest.Parameters.AuthReqId Field

The auth_req_id push payload parameter identifying the original CIBA request.

public const string AuthReqId = "auth_req_id";

Field Value

System.String

BackChannelPushNotificationRequest.Parameters.ExpiresIn Field

The expires_in push payload parameter giving the access token lifetime in seconds.

public const string ExpiresIn = "expires_in";

Field Value

System.String

BackChannelPushNotificationRequest.Parameters.IdToken Field

The id_token push payload parameter carrying the issued ID Token, when one was requested.

public const string IdToken = "id_token";

Field Value

System.String

BackChannelPushNotificationRequest.Parameters.RefreshToken Field

The refresh_token push payload parameter carrying the issued refresh token, when one was issued.

public const string RefreshToken = "refresh_token";

Field Value

System.String

BackChannelPushNotificationRequest.Parameters.TokenType Field

The token_type push payload parameter naming the access token type (typically Bearer).

public const string TokenType = "token_type";

Field Value

System.String