1 implementation of GetDefaultSignInSchemeAsync
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationSchemeProvider.cs (1)
101public virtual Task<AuthenticationScheme?> GetDefaultSignInSchemeAsync()
2 references to GetDefaultSignInSchemeAsync
Microsoft.AspNetCore.Authentication.Abstractions (1)
IAuthenticationSchemeProvider.cs (1)
61/// Otherwise, this will fallback to <see cref="GetDefaultSignInSchemeAsync"/> .
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationService.cs (1)
173var defaultScheme = await Schemes.GetDefaultSignInSchemeAsync();