Class OpenIddictValidationEvents.ProcessChallengeContext
Represents an event called when processing a challenge response.
Inheritance
System.Object
OpenIddictValidationEvents.ProcessChallengeContext
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 ProcessChallengeContext : OpenIddictValidationEvents.BaseValidatingContext
Constructors
ProcessChallengeContext(OpenIddictValidationTransaction)
Creates a new instance of the OpenIddictValidationEvents.ProcessChallengeContext class.
Declaration
public ProcessChallengeContext(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 |
Response
Gets or sets the response.
Declaration
public OpenIddictResponse Response { get; set; }
Property Value
Type | Description |
---|---|
OpenIddictResponse |