firebase:: auth:: FacebookAuthProvider
#include <credential.h>
Use an access token provided by Facebook to authenticate.
Summary
Public static attributes | |
|---|---|
kProviderId | const char *const The string used to identify this provider. |
Public static functions | |
|---|---|
GetCredential(const char *access_token) | Generate a credential from the given Facebook token. |
Public static attributes
kProviderId
const char *const kProviderId
The string used to identify this provider.
Public static functions
GetCredential
Credential GetCredential( const char *access_token )
Generate a credential from the given Facebook token.
| Details | |||
|---|---|---|---|
| Parameters |
| ||
| Returns | New Credential. |