[[["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 2024-01-19 UTC."],[],[],null,["# CustomProvider class\n\nCustom provider class.\n\n**Signature:** \n\n export declare class CustomProvider implements AppCheckProvider \n\n**Implements:** AppCheckProvider\n\nConstructors\n------------\n\n| Constructor | Modifiers | Description |\n|--------------------------------------------------------------------------------------------------|-----------|---------------------------------------------------------|\n| [(constructor)(_customProviderOptions)](./app-check.customprovider.md#customproviderconstructor) | | Constructs a new instance of the `CustomProvider` class |\n\nCustomProvider.(constructor)\n----------------------------\n\nConstructs a new instance of the `CustomProvider` class\n\n**Signature:** \n\n constructor(_customProviderOptions: CustomProviderOptions);\n\n#### Parameters\n\n| Parameter | Type | Description |\n|------------------------|-----------------------------------------------------------------------------------------------|-------------|\n| _customProviderOptions | [CustomProviderOptions](./app-check.customprovideroptions.md#customprovideroptions_interface) | |"]]