ITwitterEvents Interface
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.
Specifies callback methods which the TwitterMiddleware invokes to enable developer control over the authentication process. />
public interface class ITwitterEvents : Microsoft::AspNetCore::Authentication::IRemoteAuthenticationEvents
public interface ITwitterEvents : Microsoft.AspNetCore.Authentication.IRemoteAuthenticationEvents
type ITwitterEvents = interface
interface IRemoteAuthenticationEvents
Public Interface ITwitterEvents
Implements IRemoteAuthenticationEvents
- Derived
- Implements
Methods
CreatingTicket(TwitterCreatingTicketContext) |
Invoked whenever Twitter succesfully authenticates a user |
RedirectToAuthorizationEndpoint(TwitterRedirectToAuthorizationEndpointContext) |
Called when a Challenge causes a redirect to authorize endpoint in the Twitter middleware |
RemoteFailure(FailureContext) |
Invoked when the remote authentication process has an error. (Inherited from IRemoteAuthenticationEvents) |
TicketReceived(TicketReceivedContext) |
Invoked before sign in. (Inherited from IRemoteAuthenticationEvents) |