Class OpenIddictValidationAspNetCoreHelpers
Exposes companion extensions for the OpenIddict/ASP.NET Core integration.
Inheritance
System.Object
OpenIddictValidationAspNetCoreHelpers
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: Microsoft.AspNetCore
Assembly: cs.temp.dll.dll
Syntax
public static class OpenIddictValidationAspNetCoreHelpers
Methods
GetHttpRequest(OpenIddictValidationTransaction)
Retrieves the
Declaration
public static HttpRequest? GetHttpRequest(this OpenIddictValidationTransaction transaction)
Parameters
Type | Name | Description |
---|---|---|
OpenIddictValidationTransaction | transaction | The transaction instance. |
Returns
Type | Description |
---|---|
System.Nullable<HttpRequest> | The |
GetOpenIddictValidationEndpointType(HttpContext)
Retrieves the
Declaration
public static OpenIddictValidationEndpointType GetOpenIddictValidationEndpointType(this HttpContext context)
Parameters
Type | Name | Description |
---|---|---|
HttpContext | context | The context instance. |
Returns
Type | Description |
---|---|
OpenIddictValidationEndpointType | The |
GetOpenIddictValidationRequest(HttpContext)
Retrieves the
Declaration
public static OpenIddictRequest? GetOpenIddictValidationRequest(this HttpContext context)
Parameters
Type | Name | Description |
---|---|---|
HttpContext | context | The context instance. |
Returns
Type | Description |
---|---|
System.Nullable<OpenIddictRequest> | The |
GetOpenIddictValidationResponse(HttpContext)
Retrieves the
Declaration
public static OpenIddictResponse? GetOpenIddictValidationResponse(this HttpContext context)
Parameters
Type | Name | Description |
---|---|---|
HttpContext | context | The context instance. |
Returns
Type | Description |
---|---|
System.Nullable<OpenIddictResponse> | The |