TokenResponseReceivedContext.TokenEndpointResponse Property

Definition

Gets or sets the OpenIdConnectMessage that contains the tokens received after redeeming the code at the token 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; }
member this.TokenEndpointResponse : Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage with get, set
Public Property TokenEndpointResponse As OpenIdConnectMessage

Property Value

Applies to