Implemented interface member:
method
SignInAsync
Microsoft.AspNetCore.Authentication.IAuthenticationService.SignInAsync(Microsoft.AspNetCore.Http.HttpContext, System.String, System.Security.Claims.ClaimsPrincipal, Microsoft.AspNetCore.Authentication.AuthenticationProperties)
1 override of SignInAsync
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationServiceImpl.cs (1)
67
public override async Task
SignInAsync
(HttpContext context, string? scheme, ClaimsPrincipal principal, AuthenticationProperties? properties)
1 reference to SignInAsync
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationServiceImpl.cs (1)
71
await base.
SignInAsync
(context, scheme, principal, properties);