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