1 write to TokenHandler
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectOptions.cs (1)
50
TokenHandler
= _defaultTokenHandler;
3 references to TokenHandler
Microsoft.AspNetCore.Authentication.OpenIdConnect (3)
OpenIdConnectHandler.cs (1)
1457
var validationResult = await Options.
TokenHandler
.ValidateTokenAsync(idToken, validationParameters);
OpenIdConnectOptions.cs (2)
277
/// Gets or sets the <see cref="
TokenHandler
"/> used to validate identity tokens.
400
/// Gets or sets whether to use the <see cref="
TokenHandler
"/> or the <see cref="SecurityTokenValidator"/> for validating identity tokens.