firebase:: auth:: TwitterAuthProvider
#include <credential.h>
Use a token and secret provided by Twitter to authenticate.
Summary
Public static functions |
|
|---|---|
GetCredential(const char *token, const char *secret)
|
Generate a credential from the given Twitter token and password.
|
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 auth::Credential.
|

