TwitterEvents.OnCreatingTicket Property

Definition

Gets or sets the function that is invoked when the Authenticated method is invoked.

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

Property Value

Applies to