IJwtBearerEvents.TokenValidated(TokenValidatedContext) Method

Definition

Invoked after the security token has passed validation and a ClaimsIdentity has been generated.

public:
 System::Threading::Tasks::Task ^ TokenValidated(Microsoft::AspNetCore::Authentication::JwtBearer::TokenValidatedContext ^ context);
public System.Threading.Tasks.Task TokenValidated (Microsoft.AspNetCore.Authentication.JwtBearer.TokenValidatedContext context);
abstract member TokenValidated : Microsoft.AspNetCore.Authentication.JwtBearer.TokenValidatedContext -> System.Threading.Tasks.Task
Public Function TokenValidated (context As TokenValidatedContext) As Task

Parameters

Returns

Applies to