Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidationContext
A context that is used by a OpenIdConnectProtocolValidator when validating an OpenIdConnect Response
to ensure it's compliant with .
Gets or sets the 'client_id'.
Gets or sets the 'nonce' that was sent with the 'Request'.
Gets or sets the OpenIdConnectMessage that represents the 'Response'.
Gets or sets the state that was sent with the 'Request'.
Gets or sets the response received from userinfo_endpoint.
This id_token is assumed to have audience, issuer, lifetime and signature validated.
Creates an instance of OpenIdConnectProtocolValidationContext