OAuthEvents.CreatingTicket(OAuthCreatingTicketContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invoked after the provider successfully authenticates a user.
public:
virtual System::Threading::Tasks::Task ^ CreatingTicket(Microsoft::AspNetCore::Authentication::OAuth::OAuthCreatingTicketContext ^ context);
public virtual System.Threading.Tasks.Task CreatingTicket (Microsoft.AspNetCore.Authentication.OAuth.OAuthCreatingTicketContext context);
abstract member CreatingTicket : Microsoft.AspNetCore.Authentication.OAuth.OAuthCreatingTicketContext -> System.Threading.Tasks.Task
override this.CreatingTicket : Microsoft.AspNetCore.Authentication.OAuth.OAuthCreatingTicketContext -> System.Threading.Tasks.Task
Public Overridable Function CreatingTicket (context As OAuthCreatingTicketContext) As Task
Parameters
- context
- OAuthCreatingTicketContext
Contains information about the login session as well as the user ClaimsIdentity.
Returns
A Task representing the completed operation.