Stay organized with collections
Save and categorize content based on your preferences.
FirebaseAdmin.Auth.ProviderIdentifier
Used for looking up an account by provider.
Summary
See AbstractFirebaseAuth.GetUsersAsync(IReadOnlyCollection{UserIdentifier}).
Inheritance
Inherits from:
FirebaseAdmin.Auth.UserIdentifier
Public functions
|
ToString()
|
override string
|
Public functions
ProviderIdentifier
ProviderIdentifier(
string providerId,
string providerUid
)
Initializes a new instance of the ProviderIdentifier class.
Details |
Parameters |
providerId
|
The providerId.
|
providerUid
|
The providerUid.
|
|
ToString
override string ToString()
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 2022-03-24 UTC.
[null,null,["Last updated 2022-03-24 UTC."],[],[],null,["# FirebaseAdmin.Auth.ProviderIdentifier Class Reference\n\nFirebaseAdmin.Auth.ProviderIdentifier\n=====================================\n\nUsed for looking up an account by provider.\n\nSummary\n-------\n\nSee AbstractFirebaseAuth.GetUsersAsync(IReadOnlyCollection{UserIdentifier}).\n\n### Inheritance\n\nInherits from: [FirebaseAdmin.Auth.UserIdentifier](/docs/reference/admin/dotnet/class/firebase-admin/auth/user-identifier)\n\n| ### Constructors and Destructors ||\n|---|---|\n| [ProviderIdentifier](#class_firebase_admin_1_1_auth_1_1_provider_identifier_1aa5f38bb5bda2849333eb9b6f7aa98cdb)`(string providerId, string providerUid)` Initializes a new instance of the [ProviderIdentifier](/docs/reference/admin/dotnet/class/firebase-admin/auth/provider-identifier#class_firebase_admin_1_1_auth_1_1_provider_identifier) class. ||\n\n| ### Public functions ||\n|-----------------------------------------------------------------------------------------------------------|-------------------|\n| [ToString](#class_firebase_admin_1_1_auth_1_1_provider_identifier_1a689d70eeef0fdceaa545cc13f758de92)`()` | `override string` |\n\nPublic functions\n----------------\n\n### ProviderIdentifier\n\n```text\n ProviderIdentifier(\n string providerId,\n string providerUid\n)\n``` \nInitializes a new instance of the [ProviderIdentifier](/docs/reference/admin/dotnet/class/firebase-admin/auth/provider-identifier#class_firebase_admin_1_1_auth_1_1_provider_identifier) class.\n\n\u003cbr /\u003e\n\n| Details ||\n|------------|----------------------------------------------------------------------------------------------------------------|\n| Parameters | |---------------|------------------| | `providerId` | The providerId. | | `providerUid` | The providerUid. | |\n\n### ToString\n\n```text\noverride string ToString()\n```"]]