2 references to GetTokenValue
Microsoft.AspNetCore.Authentication.Abstractions (2)
TokenExtensions.cs (2)
105
var token = properties.
GetTokenValue
(name);
140
return result?.Properties?.
GetTokenValue
(tokenName);