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 Struct Reference\n\nfirebase::auth::FederatedProviderData\n=====================================\n\n\n`#include \u003ctypes.h\u003e`\n\nContains information required to authenticate with a third party provider.\n\nSummary\n-------\n\n### Inheritance\n\nDirect Known Subclasses:[firebase::auth::FederatedOAuthProviderData](/docs/reference/cpp/struct/firebase/auth/federated-o-auth-provider-data)\n\n| ### Public attributes ||\n|-------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------|\n| [provider_id](#structfirebase_1_1auth_1_1_federated_provider_data_1a3a4f052f8e1fd685ec2b2a253c190139) | `std::string` contains the id of the provider to be used during sign-in, link, or reauthentication requests. |\n\nPublic attributes\n-----------------\n\n### provider_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."]]