Allows interception of the AuthenticationTicket creation process.
Inheritance: Microsoft.AspNetCore.Authentication.BaseControlContext
 /// <summary>
 /// Invoked when a ticket is to be created from an introspection response.
 /// </summary>
 public virtual Task CreateTicket(CreateTicketContext context) => OnCreateTicket(context);