[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-03-24 UTC."],[],[],null,["# FirebaseAdmin.Auth.Providers.ListProviderConfigsOptions Class Reference\n\nFirebaseAdmin.Auth.Providers.ListProviderConfigsOptions\n=======================================================\n\nOptions for listing auth provider configurations.\n\nSummary\n-------\n\n| ### Properties ||\n|--------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------|\n| [PageSize](#class_firebase_admin_1_1_auth_1_1_providers_1_1_list_provider_configs_options_1aae3f54ca7616d4a024f2ec6bd130e95c) | `int` Gets or sets the number of results to fetch in a single API call. |\n| [PageToken](#class_firebase_admin_1_1_auth_1_1_providers_1_1_list_provider_configs_options_1a8e3d18405fd14cf37a5fa77ffed6ed37) | `string` Gets or sets the page token. |\n\nProperties\n----------\n\n### PageSize\n\n```text\nint PageSize\n``` \nGets or sets the number of results to fetch in a single API call.\n\nThis does not affect the total number of results returned. Must not exceed 100. \n\n### PageToken\n\n```text\nstring PageToken\n``` \nGets or sets the page token.\n\nIf set, this token is used to indicate a continued list operation."]]