3 references to External
Microsoft.AspNetCore.Identity (3)
SignInManager.cs (2)
1027_metrics?.AuthenticateSignIn(typeof(TUser).FullName!, AuthenticationScheme, result, SignInType.External, isPersistent); 1033_metrics?.AuthenticateSignIn(typeof(TUser).FullName!, AuthenticationScheme, result: null, SignInType.External, isPersistent, ex);
SignInManagerMetrics.cs (1)
183SignInType.External => "external",