firebase:: auth:: OAuthProvider
#include <credential.h>
OAuth2.0+UserInfo auth provider (OIDC compliant and non-compliant).
Summary
Public static functions | |
|---|---|
GetCredential(const char *provider_id, const char *id_token, const char *access_token) | Generate a credential for an OAuth2 provider. |
GetCredential(const char *provider_id, const char *id_token, const char *raw_nonce, const char *access_token) | Generate a credential for an OAuth2 provider. |
Public static functions
GetCredential
CredentialGetCredential(constchar*provider_id,constchar*id_token,constchar*access_token)
Generate a credential for an OAuth2 provider.
| Details | |||||||
|---|---|---|---|---|---|---|---|
| Parameters |
|
GetCredential
CredentialGetCredential(constchar*provider_id,constchar*id_token,constchar*raw_nonce,constchar*access_token)
Generate a credential for an OAuth2 provider.
| Details | |||||||||
|---|---|---|---|---|---|---|---|---|---|
| Parameters |
|
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.