Credentials.facebook constructor
Credentials.facebook(
- String accessToken
Returns a Credentials object that can be used to authenticate a user with a Facebook account.
Implementation
Credentials.facebook(String accessToken) : _handle = realmCore.createAppCredentialsFacebook(accessToken);