TwitterRedirectToAuthorizationEndpointContext Class

Definition

The Context passed when a Challenge causes a redirect to authorize endpoint in the Twitter middleware.

public ref class TwitterRedirectToAuthorizationEndpointContext : Microsoft::AspNetCore::Authentication::Twitter::BaseTwitterContext
public class TwitterRedirectToAuthorizationEndpointContext : Microsoft.AspNetCore.Authentication.Twitter.BaseTwitterContext
type TwitterRedirectToAuthorizationEndpointContext = class
    inherit BaseTwitterContext
Public Class TwitterRedirectToAuthorizationEndpointContext
Inherits BaseTwitterContext
Inheritance
TwitterRedirectToAuthorizationEndpointContext

Constructors

TwitterRedirectToAuthorizationEndpointContext(HttpContext, TwitterOptions, AuthenticationProperties, String)

Creates a new context object.

Properties

HttpContext (Inherited from BaseContext)
Options (Inherited from BaseTwitterContext)
Properties

Gets the authentication properties of the challenge.

RedirectUri

Gets the URI used for the redirect operation.

Request (Inherited from BaseContext)
Response (Inherited from BaseContext)

Applies to