Example #1
0
 /// <summary>
 /// 退出登录
 /// </summary>
 public async Task SignOutAsync()
 {
     await IdentitySignInManager.SignOutAsync();
 }