Class OpenIddictServerAspNetCoreHelpers
Exposes companion extensions for the OpenIddict/ASP.NET Core integration.
Inheritance
System.Object
OpenIddictServerAspNetCoreHelpers
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 OpenIddictServerAspNetCoreHelpers
Methods
GetHttpRequest(OpenIddictServerTransaction)
Retrieves the
Declaration
public static HttpRequest? GetHttpRequest(this OpenIddictServerTransaction transaction)
Parameters
Type | Name | Description |
---|---|---|
OpenIddictServerTransaction | transaction | The transaction instance. |
Returns
Type | Description |
---|---|
System.Nullable<HttpRequest> | The |
GetOpenIddictServerEndpointType(HttpContext)
Retrieves the
Declaration
public static OpenIddictServerEndpointType GetOpenIddictServerEndpointType(this HttpContext context)
Parameters
Type | Name | Description |
---|---|---|
HttpContext | context | The context instance. |
Returns
Type | Description |
---|---|
OpenIddictServerEndpointType | The |
GetOpenIddictServerRequest(HttpContext)
Retrieves the
Declaration
public static OpenIddictRequest? GetOpenIddictServerRequest(this HttpContext context)
Parameters
Type | Name | Description |
---|---|---|
HttpContext | context | The context instance. |
Returns
Type | Description |
---|---|
System.Nullable<OpenIddictRequest> | The |
GetOpenIddictServerResponse(HttpContext)
Retrieves the
Declaration
public static OpenIddictResponse? GetOpenIddictServerResponse(this HttpContext context)
Parameters
Type | Name | Description |
---|---|---|
HttpContext | context | The context instance. |
Returns
Type | Description |
---|---|
System.Nullable<OpenIddictResponse> | The |