Compartilhar via


OpenIdConnectEvents.OnAuthorizationCodeReceived Propriedade

Definição

É invocado após a validação de token de segurança caso um código de autorização esteja presente na mensagem de protocolo.

public:
 property Func<Microsoft::AspNetCore::Authentication::OpenIdConnect::AuthorizationCodeReceivedContext ^, System::Threading::Tasks::Task ^> ^ OnAuthorizationCodeReceived { Func<Microsoft::AspNetCore::Authentication::OpenIdConnect::AuthorizationCodeReceivedContext ^, System::Threading::Tasks::Task ^> ^ get(); void set(Func<Microsoft::AspNetCore::Authentication::OpenIdConnect::AuthorizationCodeReceivedContext ^, System::Threading::Tasks::Task ^> ^ value); };
public Func<Microsoft.AspNetCore.Authentication.OpenIdConnect.AuthorizationCodeReceivedContext,System.Threading.Tasks.Task> OnAuthorizationCodeReceived { get; set; }
member this.OnAuthorizationCodeReceived : Func<Microsoft.AspNetCore.Authentication.OpenIdConnect.AuthorizationCodeReceivedContext, System.Threading.Tasks.Task> with get, set
Public Property OnAuthorizationCodeReceived As Func(Of AuthorizationCodeReceivedContext, Task)

Valor da propriedade

Aplica-se a