[[["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-09-18 UTC."],[[["\u003cp\u003e\u003ccode\u003eSetCredentialsRequestData\u003c/code\u003e is used to send credentials to the receiver.\u003c/p\u003e\n"],["\u003cp\u003eThis data includes the credentials, an optional request ID for credential refresh responses, and an optional flag indicating if the user is likely linked to a 3rd party account.\u003c/p\u003e\n"]]],["The `SetCredentialsRequestData` class defines data for a `SetCredentials` request. It includes three properties: `credentials` (a string), which holds the credentials for the receiver; `forRequestId` (a number or undefined), indicating the ID of a refresh credentials request; and `isLikely3pAccountLinkedUser` (boolean or undefined), which flags if the requesting user matches a known voice-match user linked to a third-party account. This is a constructor class.\n"],null,["cast.[framework](/cast/docs/reference/web_receiver/cast.framework).[messages](/cast/docs/reference/web_receiver/cast.framework.messages).SetCredentialsRequestData \nclass static\n\n`SetCredentials` request data.\n\nConstructor\n\nSetCredentialsRequestData\n\nnew\nSetCredentialsRequestData()\n\nProperties\n\ncredentials\n\nstring\n\nCredentials to use by receiver.\n\nforRequestId\n\n(number or undefined)\n\nIf it is a response for refresh credentials, it will indicate the\nrequest ID of the refresh credentials request.\n\nisLikely3pAccountLinkedUser\n\n(boolean or undefined)\n\nIf the user placing a query matches a known user who has enrolled in\nvoice match and is linked to a 3P account through Assistant settings."]]