OpenIdConnectEvents.OnTokenResponseReceived Propriété
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é après que le « code d’autorisation » a été échangé contre des jetons au niveau du point de terminaison de jeton.
public:
property Func<Microsoft::AspNetCore::Authentication::OpenIdConnect::TokenResponseReceivedContext ^, System::Threading::Tasks::Task ^> ^ OnTokenResponseReceived { Func<Microsoft::AspNetCore::Authentication::OpenIdConnect::TokenResponseReceivedContext ^, System::Threading::Tasks::Task ^> ^ get(); void set(Func<Microsoft::AspNetCore::Authentication::OpenIdConnect::TokenResponseReceivedContext ^, System::Threading::Tasks::Task ^> ^ value); };
public Func<Microsoft.AspNetCore.Authentication.OpenIdConnect.TokenResponseReceivedContext,System.Threading.Tasks.Task> OnTokenResponseReceived { get; set; }
member this.OnTokenResponseReceived : Func<Microsoft.AspNetCore.Authentication.OpenIdConnect.TokenResponseReceivedContext, System.Threading.Tasks.Task> with get, set
Public Property OnTokenResponseReceived As Func(Of TokenResponseReceivedContext, Task)