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