1 instantiation of TokenValidatedContext
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
10 references to TokenValidatedContext
Microsoft.AspNetCore.Authentication.OpenIdConnect (10)
OpenIdConnectHandler.cs (4)
788var tokenValidatedContext = await RunTokenValidatedEventAsync(authorizationResponse, null, user, properties, jwt, nonce);
871var tokenValidatedContext = await RunTokenValidatedEventAsync(authorizationResponse, tokenEndpointResponse, tokenEndpointUser, properties, tokenEndpointJwt, nonce);
1233private async Task<TokenValidatedContext> RunTokenValidatedEventAsync(OpenIdConnectMessage authorizationResponse, OpenIdConnectMessage? tokenEndpointResponse, ClaimsPrincipal user, AuthenticationProperties properties, JwtSecurityToken jwt, string? nonce)
1235var context = new TokenValidatedContext(Context, Scheme, Options, user, properties)