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