[[["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.AuthProviderConfigs Class Reference\n\nFirebaseAdmin.Auth.Providers.AuthProviderConfigs\\\u003c T \\\u003e\n=======================================================\n\nA page of auth provider configurations.\n\nSummary\n-------\n\n\u003cbr /\u003e\n\n| Details ||\n|---------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Template Parameters | |-----|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `T` | Type of [AuthProviderConfig](/docs/reference/admin/dotnet/class/firebase-admin/auth/providers/auth-provider-config#class_firebase_admin_1_1_auth_1_1_providers_1_1_auth_provider_config) that is included. | |\n\n| ### Properties ||\n|------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------|\n| [NextPageToken](#class_firebase_admin_1_1_auth_1_1_providers_1_1_auth_provider_configs_3_01_t_01_4_1aa7da1afd541976250cb79acbec5d1fbb) | `string` Gets the token representing the next page of auth provider configurations. |\n| [ProviderConfigs](#class_firebase_admin_1_1_auth_1_1_providers_1_1_auth_provider_configs_3_01_t_01_4_1a22a77c6cdca009102eaf3ef0770781d6) | `IEnumerable\u003c T \u003e` Gets the auth provider configurations 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 auth provider configurations.\n\nNull if there are no more pages. \n\n### ProviderConfigs\n\n```text\nIEnumerable\u003c T \u003e ProviderConfigs\n``` \nGets the auth provider configurations included in the current page."]]