IJwtBearerEvents.TokenValidated(TokenValidatedContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- context
- TokenValidatedContext