Credentials.facebook constructor

Credentials.facebook(
  1. 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);