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
server_auth_code
Play Games Sign in Server Auth Code.
Returns