firebase:: auth:: PlayGamesAuthProvider
#include <credential.h>
Use a server auth code provided by Google Play Games to authenticate.
Summary
Public static attributes |
|
---|---|
kProviderId
|
const char *const
The string used to identify this provider.
|
Public static functions |
|
---|---|
GetCredential(const char *server_auth_code)
|
Generate a credential from the given Server Auth Code.
|
Public static attributes
kProviderId
const char *const kProviderId
The string used to identify this provider.
Public static functions
GetCredential
Credential GetCredential( const char *server_auth_code )
Generate a credential from the given Server Auth Code.
Details | |||
---|---|---|---|
Parameters |
|
||
Returns |
New Credential.
|