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 ServerAuth Code.

Public static attributes

kProviderId

constchar*constkProviderId

The string used to identify this provider.

Public static functions

GetCredential

CredentialGetCredential(constchar*server_auth_code)

Generate a credential from the given ServerAuth Code.

Details
Parameters
server_auth_code
Play Games Sign in ServerAuth Code.
Returns

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024-01-23 UTC.