TwitterApplyRedirectContext Constructor (IOwinContext, TwitterAuthenticationOptions, AuthenticationProperties, String)
Creates a new context object.
Namespace: Microsoft.Owin.Security.Twitter
Assembly: Microsoft.Owin.Security.Twitter (in Microsoft.Owin.Security.Twitter.dll)
Syntax
public TwitterApplyRedirectContext(
IOwinContext context,
TwitterAuthenticationOptions options,
AuthenticationProperties properties,
string redirectUri
)
public:
TwitterApplyRedirectContext(
IOwinContext^ context,
TwitterAuthenticationOptions^ options,
AuthenticationProperties^ properties,
String^ redirectUri
)
new :
context:IOwinContext *
options:TwitterAuthenticationOptions *
properties:AuthenticationProperties *
redirectUri:string -> TwitterApplyRedirectContext
Public Sub New (
context As IOwinContext,
options As TwitterAuthenticationOptions,
properties As AuthenticationProperties,
redirectUri As String
)
Parameters
context
Type: Microsoft.Owin.IOwinContextThe OWIN request context
options
Type: Microsoft.Owin.Security.Twitter.TwitterAuthenticationOptionsThe Facebook middleware options
properties
Type: Microsoft.Owin.Security.AuthenticationPropertiesThe authenticaiton properties of the challenge
redirectUri
Type: System.StringThe initial redirect URI
See Also
TwitterApplyRedirectContext Class
Microsoft.Owin.Security.Twitter Namespace
Return to top