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