[[["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-29 UTC."],[],[],null,["The interface representing OIDC provider's response object for OAuth authorization flow. One of the following settings is required:\n\n- Set `code` to `true` for the code flow.\n- Set `idToken` to `true` for the ID token flow.\n\n\u003cbr /\u003e\n\n**Signature:** \n\n export interface OAuthResponseType \n\nProperties\n\nOAuthResponseType.code\n\nWhether authorization code is returned from IdP's authorization endpoint.\n\n**Signature:** \n\n code?: boolean;\n\nOAuthResponseType.idToken\n\nWhether ID token is returned from IdP's authorization endpoint.\n\n**Signature:** \n\n idToken?: boolean;"]]