Stay organized with collections
Save and categorize content based on your preferences.
FirebaseAdmin.Auth.EmailIdentifier
Used for looking up an account by email.
Summary
See AbstractFirebaseAuth.GetUsersAsync(IReadOnlyCollection{UserIdentifier}).
Inheritance
Inherits from:
FirebaseAdmin.Auth.UserIdentifier
Public functions
|
ToString()
|
override string
|
Public functions
EmailIdentifier
EmailIdentifier(
string email
)
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.EmailIdentifier\n\nUsed for looking up an account by email.\n\nSummary\n\nSee AbstractFirebaseAuth.GetUsersAsync(IReadOnlyCollection{UserIdentifier}).\n\nInheritanceInherits from: [FirebaseAdmin.Auth.UserIdentifier](/docs/reference/admin/dotnet/class/firebase-admin/auth/user-identifier)\n\nPublic functions \n\nEmailIdentifier \n\n```text\n EmailIdentifier(\n string email\n)\n``` \nInitializes a new instance of the [EmailIdentifier](/docs/reference/admin/dotnet/class/firebase-admin/auth/email-identifier#class_firebase_admin_1_1_auth_1_1_email_identifier) class.\n\n\u003cbr /\u003e\n\nToString \n\n```text\noverride string ToString()\n```"]]