5 references to SignInAsync
Microsoft.AspNetCore.Authentication.BearerToken (4)
BearerTokenExtensions.cs (4)
20
/// Bearer tokens can be obtained by calling <see cref="AuthenticationHttpContextExtensions.
SignInAsync
(AspNetCore.Http.HttpContext, string?, System.Security.Claims.ClaimsPrincipal)" />.
31
/// Bearer tokens can be obtained by calling <see cref="AuthenticationHttpContextExtensions.
SignInAsync
(AspNetCore.Http.HttpContext, string?, System.Security.Claims.ClaimsPrincipal)" />.
43
/// Bearer tokens can be obtained by calling <see cref="AuthenticationHttpContextExtensions.
SignInAsync
(AspNetCore.Http.HttpContext, string?, System.Security.Claims.ClaimsPrincipal)" />.
55
/// Bearer tokens can be obtained by calling <see cref="AuthenticationHttpContextExtensions.
SignInAsync
(AspNetCore.Http.HttpContext, string?, System.Security.Claims.ClaimsPrincipal)" />.
Microsoft.AspNetCore.Identity (1)
SignInManager.cs (1)
1240
await Context.
SignInAsync
(IdentityConstants.TwoFactorUserIdScheme, StoreTwoFactorInfo(userId, loginProvider));