Stay organized with collections
Save and categorize content based on your preferences.
firebase::auth::FederatedProviderData
#include <types.h>
Contains information required to authenticate with a third party provider.
Summary
Inheritance
Direct Known Subclasses:
firebase::auth::FederatedOAuthProviderData
Public attributes
|
provider_id
|
std::string
contains the id of the provider to be used during sign-in, link, or reauthentication requests.
|
Public attributes
provider_id
std::string firebase::auth::FederatedProviderData::provider_id
contains the id of the provider to be used during sign-in, link, or reauthentication requests.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-01-23 UTC.
[null,null,["Last updated 2024-01-23 UTC."],[],[],null,["firebase::auth::FederatedProviderData\n\n\n`#include \u003ctypes.h\u003e`\n\nContains information required to authenticate with a third party provider.\n\nSummary\n\nInheritanceDirect Known Subclasses:[firebase::auth::FederatedOAuthProviderData](/docs/reference/cpp/struct/firebase/auth/federated-o-auth-provider-data)\n\nPublic attributes \n\nprovider_id \n\n```c++\nstd::string firebase::auth::FederatedProviderData::provider_id\n``` \ncontains the id of the provider to be used during sign-in, link, or reauthentication requests."]]