Click or drag to resize
FacebookAuthConfiguration Class
Class to specify the configuration for Facebook social auth.
Inheritance Hierarchy
SystemObject
  Oracle.Cloud.Mobile.ConfigurationAuthConfiguration
    Oracle.Cloud.Mobile.ConfigurationFacebookAuthConfiguration

Namespace: Oracle.Cloud.Mobile.Configuration
Assembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public sealed class FacebookAuthConfiguration : AuthConfiguration

The FacebookAuthConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodFacebookAuthConfiguration
Initializes an empty configuration object.
Public methodFacebookAuthConfiguration(String, String, String, String)
Initializes a configuration object with the given properties.
Top
Properties
  NameDescription
Public propertyAnonymousToken
The token for anonymous authentication. This value can be obtained from the Mobile Backend's Settings in the UI under Basic Auth.
Public propertyAuthenticationType
The authentication scheme - AutenticationType.Facebook.
(Overrides AuthConfigurationAuthenticationType.)
Public propertyBackendId
The ID for the Mobile Backend. This value can be obtained from the Mobile Backend's Settings in the UI.
Public propertyFacebookAppId
The ID of app registered on Facebook.
Public propertyScope
Optional permissions requested from Facebook.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also