메소드 | 설명 | |
---|---|---|
AuthenticateAsync ( Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext context ) : System.Threading.Tasks.Task | ||
ChallengeAsync ( ChallengeContext context ) : System.Threading.Tasks.Task | ||
GetDescriptions ( Microsoft.AspNetCore.Http.Features.Authentication.DescribeSchemesContext context ) : void | ||
SignInAsync ( Microsoft.AspNetCore.Http.Features.Authentication.SignInContext context ) : System.Threading.Tasks.Task | ||
SignOutAsync ( Microsoft.AspNetCore.Http.Features.Authentication.SignOutContext context ) : System.Threading.Tasks.Task |
public AuthenticateAsync ( Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext context ) : System.Threading.Tasks.Task | ||
context | Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext | |
리턴 | System.Threading.Tasks.Task |
public ChallengeAsync ( ChallengeContext context ) : System.Threading.Tasks.Task | ||
context | ChallengeContext | |
리턴 | System.Threading.Tasks.Task |
public GetDescriptions ( Microsoft.AspNetCore.Http.Features.Authentication.DescribeSchemesContext context ) : void | ||
context | Microsoft.AspNetCore.Http.Features.Authentication.DescribeSchemesContext | |
리턴 | void |
public SignInAsync ( Microsoft.AspNetCore.Http.Features.Authentication.SignInContext context ) : System.Threading.Tasks.Task | ||
context | Microsoft.AspNetCore.Http.Features.Authentication.SignInContext | |
리턴 | System.Threading.Tasks.Task |
public SignOutAsync ( Microsoft.AspNetCore.Http.Features.Authentication.SignOutContext context ) : System.Threading.Tasks.Task | ||
context | Microsoft.AspNetCore.Http.Features.Authentication.SignOutContext | |
리턴 | System.Threading.Tasks.Task |