Click or drag to resize

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
C#
public static IAuthenticator CreateFacebookAuthenticator(
	string token
)

Parameters

token
Type: SystemString
The facebook auth token

Return Value

Type: IAuthenticator
The authenticator
See Also