Stay organized with collections
Save and categorize content based on your preferences.
FirebaseAdmin.Auth.PhoneIdentifier
Used for looking up an account by phone number.
Summary
See AbstractFirebaseAuth.GetUsersAsync(IReadOnlyCollection{UserIdentifier}).
Inheritance
Inherits from:
FirebaseAdmin.Auth.UserIdentifier
Public functions
|
ToString()
|
override string
|
Public functions
PhoneIdentifier
PhoneIdentifier(
string phoneNumber
)
Initializes a new instance of the PhoneIdentifier class.
Details |
Parameters |
phoneNumber
|
The phoneNumber.
|
|
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.PhoneIdentifier Class Reference\n\nFirebaseAdmin.Auth.PhoneIdentifier\n==================================\n\nUsed for looking up an account by phone number.\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| [PhoneIdentifier](#class_firebase_admin_1_1_auth_1_1_phone_identifier_1a32b52fd6a07145bd1fb61854feaf1a7c)`(string phoneNumber)` Initializes a new instance of the [PhoneIdentifier](/docs/reference/admin/dotnet/class/firebase-admin/auth/phone-identifier#class_firebase_admin_1_1_auth_1_1_phone_identifier) class. ||\n\n| ### Public functions ||\n|--------------------------------------------------------------------------------------------------------|-------------------|\n| [ToString](#class_firebase_admin_1_1_auth_1_1_phone_identifier_1a3d11c338e5e995a45ecdaf90e80b761a)`()` | `override string` |\n\nPublic functions\n----------------\n\n### PhoneIdentifier\n\n```text\n PhoneIdentifier(\n string phoneNumber\n)\n``` \nInitializes a new instance of the [PhoneIdentifier](/docs/reference/admin/dotnet/class/firebase-admin/auth/phone-identifier#class_firebase_admin_1_1_auth_1_1_phone_identifier) class.\n\n\u003cbr /\u003e\n\n| Details ||\n|------------|---------------------------------------------------------------------------|\n| Parameters | |---------------|------------------| | `phoneNumber` | The phoneNumber. | |\n\n### ToString\n\n```text\noverride string ToString()\n```"]]