FirebaseAdmin.Auth.ListUsersOptions

Options for the AbstractFirebaseAuth.ListUsersAsync(ListUsersOptions) API.

Summary

Properties

PageSize
int
Gets or sets the number of results to fetch in a single API call.
PageToken
string
Gets or sets the page token.

Properties

PageSize

int PageSize

Gets or sets the number of results to fetch in a single API call.

This does not affect the total number of results returned. Must not exceed 1000.

PageToken

string PageToken

Gets or sets the page token.

If set, this token is used to indicate a continued list operation.