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
Credential GetCredential( const char *provider_id, const char *id_token, const char *access_token )
Generate a credential for an OAuth2 provider.
Details | |||||||
---|---|---|---|---|---|---|---|
Parameters |
|
GetCredential
Credential GetCredential( const char *provider_id, const char *id_token, const char *raw_nonce, const char *access_token )
Generate a credential for an OAuth2 provider.
Details | |||||||||
---|---|---|---|---|---|---|---|---|---|
Parameters |
|