public final class

GetUsersResult

extends Object
java.lang.Object
   ↳ com.google.firebase.auth.GetUsersResult

Class Overview

Represents the result of the getUsersAsync(Collection) API.

Summary

Public Methods
Set<UserIdentifier> getNotFound()
Set of identifiers that were requested, but not found.
Set<UserRecord> getUsers()
Set of user records corresponding to the set of users that were requested.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public Set<UserIdentifier> getNotFound ()

Set of identifiers that were requested, but not found.

public Set<UserRecord> getUsers ()

Set of user records corresponding to the set of users that were requested. Only users that were found are listed here. The result set is unordered.