OpenIdConnectEvents.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 when an IdToken has been validated and produced an AuthenticationTicket. Note there are additional checks after this event that validate other aspects of the authentication flow like the nonce.
public:
virtual System::Threading::Tasks::Task ^ TokenValidated(Microsoft::AspNetCore::Authentication::OpenIdConnect::TokenValidatedContext ^ context);
public virtual System.Threading.Tasks.Task TokenValidated (Microsoft.AspNetCore.Authentication.OpenIdConnect.TokenValidatedContext context);
abstract member TokenValidated : Microsoft.AspNetCore.Authentication.OpenIdConnect.TokenValidatedContext -> System.Threading.Tasks.Task
override this.TokenValidated : Microsoft.AspNetCore.Authentication.OpenIdConnect.TokenValidatedContext -> System.Threading.Tasks.Task
Public Overridable Function TokenValidated (context As TokenValidatedContext) As Task
Parameters
- context
- TokenValidatedContext