Class OpenIddictValidationEvents.PrepareConfigurationRequestContext
Represents an event called for each request to the configuration endpoint to give the user code a chance to add parameters to the configuration request.
Inheritance
System.Object
OpenIddictValidationEvents.PrepareConfigurationRequestContext
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 PrepareConfigurationRequestContext : OpenIddictValidationEvents.BaseExternalContext
Constructors
PrepareConfigurationRequestContext(OpenIddictValidationTransaction)
Creates a new instance of the OpenIddictValidationEvents.PrepareConfigurationRequestContext class.
Declaration
public PrepareConfigurationRequestContext(OpenIddictValidationTransaction transaction)
Parameters
Type | Name | Description |
---|---|---|
OpenIddictValidationTransaction | transaction |
Properties
Request
Gets or sets the request.
Declaration
public OpenIddictRequest Request { get; set; }
Property Value
Type | Description |
---|---|
OpenIddictRequest |