2 references to GetTokenAsync
Microsoft.AspNetCore.Authentication.Abstractions (2)
AuthenticationHttpContextExtensions.cs (1)
203
GetAuthenticationService(context).
GetTokenAsync
(context, scheme, tokenName);
TokenExtensions.cs (1)
124
=> auth.
GetTokenAsync
(context, scheme: null, tokenName: tokenName);