Stay organized with collections
Save and categorize content based on your preferences.
FirebaseAdmin.Auth.ExportedUserRecords
Contains a collection of Firebase user accounts.
Summary
Properties
|
NextPageToken
|
string
Gets the token representing the next page of users.
|
Users
|
Gets the users included in the current page.
|
Properties
NextPageToken
string NextPageToken
Gets the token representing the next page of users.
Null if there are no more pages.
Users
IEnumerable< ExportedUserRecord > Users
Gets the users included in the current page.
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.ExportedUserRecords Class Reference\n\nFirebaseAdmin.Auth.ExportedUserRecords\n======================================\n\nContains a collection of Firebase user accounts.\n\nSummary\n-------\n\n| ### Properties ||\n|--------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [NextPageToken](#class_firebase_admin_1_1_auth_1_1_exported_user_records_1af91a754e206a6f2c53873fce15163f09) | `string` Gets the token representing the next page of users. |\n| [Users](#class_firebase_admin_1_1_auth_1_1_exported_user_records_1a97be73fb7964f91888d5c647b251344d) | `IEnumerable\u003c `[ExportedUserRecord](/docs/reference/admin/dotnet/class/firebase-admin/auth/exported-user-record#class_firebase_admin_1_1_auth_1_1_exported_user_record)` \u003e` Gets the users included in the current page. |\n\nProperties\n----------\n\n### NextPageToken\n\n```text\nstring NextPageToken\n``` \nGets the token representing the next page of users.\n\nNull if there are no more pages. \n\n### Users\n\n```text\nIEnumerable\u003c ExportedUserRecord \u003e Users\n``` \nGets the users included in the current page."]]