C# 클래스 Tailspin.Surveys.Web.Security.SignInManager

파일 보기 프로젝트 열기: Azure-Samples/guidance-identity-management-for-multitenant-apps 1 사용 예제들

공개 메소드들

메소드 설명
SignInManager ( IHttpContextAccessor contextAccessor, ISurveysTokenService surveysTokenService, ILogger logger ) : System

Initializes a new instance of Tailspin.Surveys.Web.Security.SignInManager;

SignOutAsync ( string redirectUrl = null ) : Task

Signs the currently signed in principal out of all authentication schemes and clears any access tokens from the token cache.

메소드 상세

SignInManager() 공개 메소드

Initializes a new instance of Tailspin.Surveys.Web.Security.SignInManager;
public SignInManager ( IHttpContextAccessor contextAccessor, ISurveysTokenService surveysTokenService, ILogger logger ) : System
contextAccessor IHttpContextAccessor An instance of used to get access to the current HTTP context.
surveysTokenService ISurveysTokenService An instance of
logger ILogger An implementation used for diagnostic information.
리턴 System

SignOutAsync() 공개 메소드

Signs the currently signed in principal out of all authentication schemes and clears any access tokens from the token cache.
public SignOutAsync ( string redirectUrl = null ) : Task
redirectUrl string A Url to which the user should be redirected when sign out of AAD completes.
리턴 Task