1 implementation of GetDefaultChallengeSchemeAsync
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationSchemeProvider.cs (1)
79public virtual Task<AuthenticationScheme?> GetDefaultChallengeSchemeAsync()
2 references to GetDefaultChallengeSchemeAsync
Microsoft.AspNetCore.Authentication.Abstractions (1)
IAuthenticationSchemeProvider.cs (1)
45/// Otherwise, this will fallback to <see cref="GetDefaultChallengeSchemeAsync"/> .
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationService.cs (1)
112var defaultChallengeScheme = await Schemes.GetDefaultChallengeSchemeAsync();