Identity.facebook constructor
Identity.facebook(
- String token
Creates a Facebook identity with specified access token.
token
Token of Facebook user returned from FB SDK.
Implementation
Identity.facebook(String token)
: this._(IdentityProviderIds.facebook, null, token);