FirebaseAdmin.Auth.GetUsersResult

Represents the result of the AbstractFirebaseAuth.GetUsersAsync(IReadOnlyCollection{UserIdentifier}) API.

Summary

Properties

NotFound
IEnumerable<UserIdentifier >
Gets the set of identifiers that were requested, but not found.
Users
IEnumerable<UserRecord >
Gets user records corresponding to the set of users that were requested.

Properties

NotFound

IEnumerable<UserIdentifier > NotFound

Gets the set of identifiers that were requested, but not found.

Users

IEnumerable<UserRecord > Users

Gets user records corresponding to the set of users that were requested.

Only users that were found are listed here. The result set is unordered.

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.