OAuthEvents.OnRedirectToAuthorizationEndpoint Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene o establece el delegado que se invoca cuando se invoca el método RedirectToAuthorizationEndpoint.
public:
property Func<Microsoft::AspNetCore::Authentication::OAuth::OAuthRedirectToAuthorizationContext ^, System::Threading::Tasks::Task ^> ^ OnRedirectToAuthorizationEndpoint { Func<Microsoft::AspNetCore::Authentication::OAuth::OAuthRedirectToAuthorizationContext ^, System::Threading::Tasks::Task ^> ^ get(); void set(Func<Microsoft::AspNetCore::Authentication::OAuth::OAuthRedirectToAuthorizationContext ^, System::Threading::Tasks::Task ^> ^ value); };
public:
property Func<Microsoft::AspNetCore::Authentication::RedirectContext<Microsoft::AspNetCore::Authentication::OAuth::OAuthOptions ^> ^, System::Threading::Tasks::Task ^> ^ OnRedirectToAuthorizationEndpoint { Func<Microsoft::AspNetCore::Authentication::RedirectContext<Microsoft::AspNetCore::Authentication::OAuth::OAuthOptions ^> ^, System::Threading::Tasks::Task ^> ^ get(); void set(Func<Microsoft::AspNetCore::Authentication::RedirectContext<Microsoft::AspNetCore::Authentication::OAuth::OAuthOptions ^> ^, System::Threading::Tasks::Task ^> ^ value); };
public Func<Microsoft.AspNetCore.Authentication.OAuth.OAuthRedirectToAuthorizationContext,System.Threading.Tasks.Task> OnRedirectToAuthorizationEndpoint { get; set; }
public Func<Microsoft.AspNetCore.Authentication.RedirectContext<Microsoft.AspNetCore.Authentication.OAuth.OAuthOptions>,System.Threading.Tasks.Task> OnRedirectToAuthorizationEndpoint { get; set; }
member this.OnRedirectToAuthorizationEndpoint : Func<Microsoft.AspNetCore.Authentication.OAuth.OAuthRedirectToAuthorizationContext, System.Threading.Tasks.Task> with get, set
member this.OnRedirectToAuthorizationEndpoint : Func<Microsoft.AspNetCore.Authentication.RedirectContext<Microsoft.AspNetCore.Authentication.OAuth.OAuthOptions>, System.Threading.Tasks.Task> with get, set
Public Property OnRedirectToAuthorizationEndpoint As Func(Of OAuthRedirectToAuthorizationContext, Task)
Public Property OnRedirectToAuthorizationEndpoint As Func(Of RedirectContext(Of OAuthOptions), Task)