1 implementation of GetDefaultChallengeSchemeAsync
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationSchemeProvider.cs (1)
79
public 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)
112
var defaultChallengeScheme = await Schemes.
GetDefaultChallengeSchemeAsync
();