Метод | Описание | |
---|---|---|
SignInManager ( IHttpContextAccessor contextAccessor, ISurveysTokenService surveysTokenService, ILogger |
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.
|
public SignInManager ( IHttpContextAccessor contextAccessor, ISurveysTokenService surveysTokenService, ILogger |
||
contextAccessor | IHttpContextAccessor | An instance of |
surveysTokenService | ISurveysTokenService | An instance of |
logger | ILogger |
An |
Результат | System |
public SignOutAsync ( string redirectUrl = null ) : Task |
||
redirectUrl | string | A Url to which the user should be redirected when sign out of AAD completes. |
Результат | Task |