7 references to GetAuthenticationService
Microsoft.AspNetCore.Authentication.Abstractions (7)
AuthenticationHttpContextExtensions.cs (7)
32GetAuthenticationService(context).AuthenticateAsync(context, scheme);
74GetAuthenticationService(context).ChallengeAsync(context, scheme, properties);
116GetAuthenticationService(context).ForbidAsync(context, scheme, properties);
158GetAuthenticationService(context).SignInAsync(context, scheme, principal, properties);
193GetAuthenticationService(context).SignOutAsync(context, scheme, properties);
203GetAuthenticationService(context).GetTokenAsync(context, scheme, tokenName);
213GetAuthenticationService(context).GetTokenAsync(context, tokenName);