1 write to JwtSecurityToken
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectHandler.cs (1)
1174JwtSecurityToken = jwt,
2 references to JwtSecurityToken
Microsoft.AspNetCore.Authentication.OpenIdConnect (2)
Events\AuthorizationCodeReceivedContext.cs (1)
32/// Gets or sets the <see cref="JwtSecurityToken"/> that was received in the authentication response, if any.
OpenIdConnectHandler.cs (1)
713jwt = authorizationCodeReceivedContext.JwtSecurityToken!;