firebase:: auth:: GitHubAuthProvider
#include <credential.h>
Use an access token provided by GitHub to authenticate.
Summary
Public static functions |
|
|---|---|
GetCredential(const char *token)
|
Generate a credential from the given GitHub token.
|
Public static functions
GetCredential
Credential GetCredential( const char *token )
Generate a credential from the given GitHub token.
| Details | |||
|---|---|---|---|
| Parameters |
|
||
| Returns |
New auth::Credential.
|

