Implemented interface member:
method
ChallengeAsync
Microsoft.AspNetCore.Authentication.IAuthenticationService.ChallengeAsync(Microsoft.AspNetCore.Http.HttpContext, System.String, Microsoft.AspNetCore.Authentication.AuthenticationProperties)
1 override of ChallengeAsync
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationServiceImpl.cs (1)
37
public override async Task
ChallengeAsync
(HttpContext context, string? scheme, AuthenticationProperties? properties)
1 reference to ChallengeAsync
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationServiceImpl.cs (1)
41
await base.
ChallengeAsync
(context, scheme, properties);