FacebookAuthenticationOptions Class
Provides options for Facebook authentication.
Inheritance Hierarchy
System.Object
Microsoft.Owin.Security.AuthenticationOptions
Microsoft.Owin.Security.Facebook.FacebookAuthenticationOptions
Namespace: Microsoft.Owin.Security.Facebook
Assembly: Microsoft.Owin.Security.Facebook (in Microsoft.Owin.Security.Facebook.dll)
Syntax
'Declaration
Public Class FacebookAuthenticationOptions _
Inherits AuthenticationOptions
'Usage
Dim instance As FacebookAuthenticationOptions
public class FacebookAuthenticationOptions : AuthenticationOptions
public ref class FacebookAuthenticationOptions : public AuthenticationOptions
type FacebookAuthenticationOptions =
class
inherit AuthenticationOptions
end
public class FacebookAuthenticationOptions extends AuthenticationOptions
The FacebookAuthenticationOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FacebookAuthenticationOptions | Initializes a new instance of the FacebookAuthenticationOptions class. |
Top
Properties
Name | Description | |
---|---|---|
AppId | Gets or sets the application identifier. | |
AppSecret | Gets or sets the application secret. | |
AuthenticationMode | If Active the authentication middleware alter the request user coming in and alter 401 Unauthorized responses going out. If Passive the authentication middleware will only provide identity and alter responses when explicitly indicated by the AuthenticationType. (Inherited from AuthenticationOptions.) | |
AuthenticationType | The AuthenticationType in the options corresponds to the IIdentity AuthenticationType property. A different value may be assigned in order to use the same authentication middleware type more than once in a pipeline. (Inherited from AuthenticationOptions.) | |
BackchannelCertificateValidator | Gets or sets the a pinned certificate validator to use to validate the endpoints used in back channel communications belong to Facebook. | |
BackchannelHttpHandler | The HttpMessageHandler used to communicate with Facebook. This cannot be set at the same time as BackchannelCertificateValidator unless the value can be downcast to a WebRequestHandler. | |
BackchannelTimeout | Gets or sets timeout value in milliseconds for back channel communications with Facebook. | |
CallbackPath | Gets or sets the path to which the authentication service should redirect after the a user sign in. | |
Caption | Gets or sets the text caption that displays in the application. | |
Description | Additional information about the authentication type which is made available to the application. (Inherited from AuthenticationOptions.) | |
Provider | Gets or sets the authentication provider. | |
Scope | Gets or sets the scope associated with the authentication. | |
SignInAsAuthenticationType | Gets or sets a string that represents the authentication type for signing in. | |
StateDataFormat | Gets or sets the type used to secure data handled by the middleware. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
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.