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