AI-generated Key Takeaways
-
SetCredentialsRequestData is a class representing the data for a
SetCredentials
request in the cast.framework.messages namespace. -
The data includes properties for credentials, an optional request ID for refresh responses, and an optional boolean indicating if the user is likely a 3rd party account linked user.
-
The class has a constructor
new SetCredentialsRequestData()
to create instances.
cast.framework.messages. SetCredentialsRequestData
SetCredentials
request data.
Constructor
SetCredentialsRequestData
new SetCredentialsRequestData()
Properties
credentials
string
Credentials to use by receiver.
forRequestId
(number or undefined)
If it is a response for refresh credentials, it will indicate the request ID of the refresh credentials request.
isLikely3pAccountLinkedUser
(boolean or undefined)
If the user placing a query matches a known user who has enrolled in voice match and is linked to a 3P account through Assistant settings.