OpenIdConnectEvents.TokenValidated(TokenValidatedContext) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Appelé lorsqu’un IdToken a été validé et produit un AuthenticationTicket. Notez qu’après cet événement, d’autres vérifications valident d’autres aspects du flux d’authentification comme le 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
Paramètres
- context
- TokenValidatedContext