| FacebookAuthConfiguration Class |
Namespace: Oracle.Cloud.Mobile.Configuration
The FacebookAuthConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
| FacebookAuthConfiguration |
Initializes an empty configuration object.
| |
| FacebookAuthConfiguration(String, String, String, String) |
Initializes a configuration object with the given properties.
|
| Name | Description | |
|---|---|---|
| AnonymousToken |
The token for anonymous authentication. This value can be obtained from the Mobile Backend's Settings in the UI under Basic Auth.
| |
| AuthenticationType |
The authentication scheme - AutenticationType.Facebook.
(Overrides AuthConfigurationAuthenticationType.) | |
| BackendId |
The ID for the Mobile Backend. This value can be obtained from the Mobile Backend's Settings in the UI.
| |
| FacebookAppId |
The ID of app registered on Facebook.
| |
| Scope |
Optional permissions requested from Facebook.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |