FacebookApplyRedirectContext Class
Context passed when a Challenge causes a redirect to authorize endpoint in the Facebook middleware
Namespace: Microsoft.Owin.Security.Facebook
Assembly: Microsoft.Owin.Security.Facebook (in Microsoft.Owin.Security.Facebook.dll)
Inheritance Hierarchy
System.Object
Microsoft.Owin.Security.Provider.BaseContext<TOptions>
Microsoft.Owin.Security.Facebook.FacebookApplyRedirectContext
Syntax
public class FacebookApplyRedirectContext : BaseContext<FacebookAuthenticationOptions>
public ref class FacebookApplyRedirectContext : BaseContext<FacebookAuthenticationOptions^>
type FacebookApplyRedirectContext =
class
inherit BaseContext<FacebookAuthenticationOptions>
end
Public Class FacebookApplyRedirectContext
Inherits BaseContext(Of FacebookAuthenticationOptions)
Constructors
Name | Description | |
---|---|---|
FacebookApplyRedirectContext(IOwinContext, FacebookAuthenticationOptions, AuthenticationProperties, String) | Creates a new context object. |
Properties
Name | Description | |
---|---|---|
Options | (Inherited from BaseContext<TOptions>.) |
|
OwinContext | (Inherited from BaseContext<TOptions>.) |
|
Properties | Gets the authentication properties of the challenge |
|
RedirectUri | Gets the URI used for the redirect operation. |
|
Request | (Inherited from BaseContext<TOptions>.) |
|
Response | (Inherited from BaseContext<TOptions>.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Owin.Security.Facebook Namespace
Return to top