Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage
Provides access to common OpenID Connect parameters.
Gets or sets whether parameters for the library and version are sent on the query string for all instances of OpenIdConnectMessage.
Gets or sets 'access_Token'.
Gets or sets 'acr_values'.
Gets or sets the value for the AuthorizationEndpoint
Gets or sets 'claims_Locales'.
Gets or sets 'client_assertion'.
Gets or sets 'client_assertion_type'.
Gets or sets 'client_id'.
Gets or sets 'client_secret'.
Gets or sets 'code'.
Gets or sets 'display'.
Gets or sets 'domain_hint'.
Gets or sets whether parameters for the library and version are sent on the query string for this OpenIdConnectMessage instance.
This value is set to the value of EnableTelemetryParametersByDefault at message creation time.
Gets or sets 'error'.
Gets or sets 'error_description'.
Gets or sets 'error_uri'.
Gets or sets 'expires_in'.
Gets or sets 'grant_type'.
Gets or sets 'identity_provider'.
Gets or sets 'id_token'.
Gets or sets 'id_token_hint'.
Gets or sets 'iss'.
Gets or sets 'login_hint'.
Gets or sets 'max_age'.
Gets or sets 'nonce'.
Gets or sets 'password'.
Gets or sets 'post_logout_redirect_uri'.
Gets or sets 'prompt'.
Gets or sets 'redirect_uri'.
Gets or sets 'refresh_token'.
Gets or set the request type for this message
Gets or sets 'request_uri'.
Gets or sets 'resource'
Gets or sets 'response_mode'.
Gets or sets 'response_type'.
Gets or sets 'scope'.
Gets or sets 'session_state'.
Gets or sets 'sid'.
Gets the string that is sent as telemetry data in an OpenIdConnectMessage.
Gets or sets 'state'.
Gets or sets 'target_link_uri'.
Gets or sets the value for the token endpoint.
Gets or sets 'token_type'.
Gets or sets 'ui_locales'.
Gets or sets 'user_id'.
Gets or sets 'username'.
public OpenIdConnectMessage()
Initializes a new instance of the OpenIdConnectMessage class.
Initializes a new instance of OpenIdConnectMessage class with a json string.
Initializes a new instance of the OpenIdConnectMessage class.
Initializes a new instance of the OpenIdConnectMessage class.
Initializes a new instance of the OpenIdConnectMessage class.
Returns a new instance of OpenIdConnectMessage with values copied from this object.
Creates an OpenIdConnect message using the current contents of this OpenIdConnectMessage.
Creates a query string using the current contents of this OpenIdConnectMessage.