AuthenticatorFactoryCreateFacebookAuthenticator Method |
Creates an object for handling Facebook authentication
Namespace:
Couchbase.Lite.Auth
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax public static IAuthenticator CreateFacebookAuthenticator(
string token
)
Parameters
- token
- Type: SystemString
The facebook auth token
Return Value
Type:
IAuthenticatorThe authenticator
See Also