BaseOpenIdConnectContext(HttpContext, OpenIdConnectOptions) Constructor

Definition

public:
 BaseOpenIdConnectContext(Microsoft::AspNetCore::Http::HttpContext ^ context, Microsoft::AspNetCore::Builder::OpenIdConnectOptions ^ options);
public BaseOpenIdConnectContext (Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Builder.OpenIdConnectOptions options);
new Microsoft.AspNetCore.Authentication.OpenIdConnect.BaseOpenIdConnectContext : Microsoft.AspNetCore.Http.HttpContext * Microsoft.AspNetCore.Builder.OpenIdConnectOptions -> Microsoft.AspNetCore.Authentication.OpenIdConnect.BaseOpenIdConnectContext
Public Sub New (context As HttpContext, options As OpenIdConnectOptions)

Parameters

context
HttpContext

Applies to