2 writes to TokenHandler
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectOptions.cs (1)
50
TokenHandler
= _defaultTokenHandler;
Microsoft.AspNetCore.Authentication.Test (1)
OpenIdConnect\OpenIdConnectEventTests_Handler.cs (1)
1290
o.
TokenHandler
= new TestTokenHandler();
3 references to TokenHandler
Microsoft.AspNetCore.Authentication.OpenIdConnect (3)
OpenIdConnectHandler.cs (1)
1456
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.