1 write to SecurityToken
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectHandler.cs (1)
1128SecurityToken = jwt,
4 references to SecurityToken
Microsoft.AspNetCore.Authentication.OpenIdConnect (4)
OpenIdConnectHandler.cs (2)
685jwt = tokenValidatedContext.SecurityToken; 769jwt = tokenValidatedContext.SecurityToken;
OpenIdConnectOptions.cs (2)
407/// SecurityTokenValidator can be used when <see cref="TokenValidatedContext.SecurityToken"/> needs a <see cref="JwtSecurityToken"/>. 408/// When using TokenHandler, <see cref="TokenValidatedContext.SecurityToken"/> will be a <see cref="JsonWebToken"/>.