Show / Hide Table of Contents

Class OpenIddictValidationEvents.HandleConfigurationResponseContext

Represents an event called for each validated configuration response.

Inheritance
System.Object
OpenIddict.Validation.OpenIddictValidationEvents.BaseContext
OpenIddict.Validation.OpenIddictValidationEvents.BaseRequestContext
OpenIddict.Validation.OpenIddictValidationEvents.BaseValidatingContext
OpenIddict.Validation.OpenIddictValidationEvents.BaseExternalContext
OpenIddictValidationEvents.HandleConfigurationResponseContext
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: OpenIddict.Validation
Assembly: cs.temp.dll.dll
Syntax
public class HandleConfigurationResponseContext : OpenIddictValidationEvents.BaseExternalContext

Constructors

HandleConfigurationResponseContext(OpenIddictValidationTransaction)

Creates a new instance of the OpenIddictValidationEvents.HandleConfigurationResponseContext class.

Declaration
public HandleConfigurationResponseContext(OpenIddictValidationTransaction transaction)
Parameters
Type Name Description
OpenIddictValidationTransaction transaction

Properties

Configuration

Gets the OpenID Connect configuration.

Declaration
public OpenIdConnectConfiguration Configuration { get; }
Property Value
Type Description
OpenIdConnectConfiguration

Request

Gets or sets the request.

Declaration
public OpenIddictRequest Request { get; set; }
Property Value
Type Description
OpenIddictRequest

Response

Gets or sets the response.

Declaration
public OpenIddictResponse Response { get; set; }
Property Value
Type Description
OpenIddictResponse
In This Article
Back to top Generated by DocFX