TokenResponseReceivedContext 생성자

정의

오버로드

TokenResponseReceivedContext(HttpContext, OpenIdConnectOptions, AuthenticationProperties)

TokenResponseReceivedContext을 만듭니다.

TokenResponseReceivedContext(HttpContext, AuthenticationScheme, OpenIdConnectOptions, ClaimsPrincipal, AuthenticationProperties)

TokenResponseReceivedContext을 만듭니다.

TokenResponseReceivedContext(HttpContext, OpenIdConnectOptions, AuthenticationProperties)

TokenResponseReceivedContext을 만듭니다.

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

매개 변수

context
HttpContext

적용 대상

TokenResponseReceivedContext(HttpContext, AuthenticationScheme, OpenIdConnectOptions, ClaimsPrincipal, AuthenticationProperties)

Source:
TokenResponseReceivedContext.cs
Source:
TokenResponseReceivedContext.cs
Source:
TokenResponseReceivedContext.cs
Source:
TokenResponseReceivedContext.cs
Source:
TokenResponseReceivedContext.cs
Source:
TokenResponseReceivedContext.cs
Source:
TokenResponseReceivedContext.cs
Source:
TokenResponseReceivedContext.cs
Source:
TokenResponseReceivedContext.cs

TokenResponseReceivedContext을 만듭니다.

public:
 TokenResponseReceivedContext(Microsoft::AspNetCore::Http::HttpContext ^ context, Microsoft::AspNetCore::Authentication::AuthenticationScheme ^ scheme, Microsoft::AspNetCore::Authentication::OpenIdConnect::OpenIdConnectOptions ^ options, System::Security::Claims::ClaimsPrincipal ^ user, Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties);
public TokenResponseReceivedContext (Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Authentication.AuthenticationScheme scheme, Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectOptions options, System.Security.Claims.ClaimsPrincipal user, Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);
new Microsoft.AspNetCore.Authentication.OpenIdConnect.TokenResponseReceivedContext : Microsoft.AspNetCore.Http.HttpContext * Microsoft.AspNetCore.Authentication.AuthenticationScheme * Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectOptions * System.Security.Claims.ClaimsPrincipal * Microsoft.AspNetCore.Authentication.AuthenticationProperties -> Microsoft.AspNetCore.Authentication.OpenIdConnect.TokenResponseReceivedContext
Public Sub New (context As HttpContext, scheme As AuthenticationScheme, options As OpenIdConnectOptions, user As ClaimsPrincipal, properties As AuthenticationProperties)

매개 변수

context
HttpContext

적용 대상