AuthorizationCodeReceivedContext.TokenEndpointResponse Property

Definition

If the developer chooses to redeem the code themselves then they can provide the resulting tokens here. This is the same as calling HandleCodeRedemption. If set then the handler will not attempt to redeem the code. An IdToken is required if one had not been previously received in the authorization response. An access token is optional if the handler is to contact the user-info endpoint.

public:
 property Microsoft::IdentityModel::Protocols::OpenIdConnect::OpenIdConnectMessage ^ TokenEndpointResponse { Microsoft::IdentityModel::Protocols::OpenIdConnect::OpenIdConnectMessage ^ get(); void set(Microsoft::IdentityModel::Protocols::OpenIdConnect::OpenIdConnectMessage ^ value); };
public Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage TokenEndpointResponse { get; set; }
public Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage? TokenEndpointResponse { get; set; }
member this.TokenEndpointResponse : Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage with get, set
Public Property TokenEndpointResponse As OpenIdConnectMessage

Property Value

Applies to