The client ID for your application. The value passed into the constructor will be used if not provided. Must match any client_id option passed to a corresponding call to generateAuthUrl.
code
code:string;
codeVerifier
codeVerifier?: string;
redirect_uri
redirect_uri?: string;
Determines where the API server redirects the user after the user completes the authorization flow. The value passed into the constructor will be used if not provided. Must match any redirect_uri option passed to a corresponding call to generateAuthUrl.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-01 UTC."],[],[]]