FirebaseAdmin.Auth.UidIdentifier

Used for looking up an account by uid.

Summary

See AbstractFirebaseAuth.GetUsersAsync(IReadOnlyCollection{UserIdentifier}).

Inheritance

Inherits from:FirebaseAdmin.Auth.UserIdentifier

Constructors and Destructors

UidIdentifier(string uid)
Initializes a new instance of theUidIdentifier class.

Public functions

ToString()
override string

Public functions

ToString

override string ToString()

UidIdentifier

 UidIdentifier(  string uid)

Initializes a new instance of theUidIdentifier class.

Details
Parameters
uid
The uid.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2022-03-24 UTC.