[[["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-07-22 UTC."],[],[],null,["# CustomProviderOptions interface\n\nOptions when creating a [CustomProvider](./app-check.customprovider.md#customprovider_class).\n\n**Signature:** \n\n export interface CustomProviderOptions \n\nProperties\n----------\n\n| Property | Type | Description |\n|--------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------|-----------------------------------------------------------------------|\n| [getToken](./app-check.customprovideroptions.md#customprovideroptionsgettoken) | () =\\\u003e Promise\\\u003c[AppCheckToken](./app-check.appchecktoken.md#appchecktoken_interface)\\\u003e | Function to get an App Check token through a custom provider service. |\n\nCustomProviderOptions.getToken\n------------------------------\n\nFunction to get an App Check token through a custom provider service.\n\n**Signature:** \n\n getToken: () =\u003e Promise\u003cAppCheckToken\u003e;"]]