Anmeldedaten, mit denen die Anmeldedaten des Absenders identifiziert werden.
Konstruktor
CredentialsData
new
CredentialsData(credentials, credentialsType)
Parameter
Anmeldedaten
String
Die Anmeldedaten für den Nutzer.
credentialsType
Optional
String
Der Anmeldedatentyp, der angibt, von welcher Plattform die Anmeldedaten gesendet wurden. Die Standardeinstellung ist „Web“ oder kann benutzerdefiniert werden.
Attribute
Anmeldedaten
String
Die Anmeldedaten für den Nutzer.
credentialsType
String
Der Anmeldedatentyp, der angibt, von welcher Plattform die Anmeldedaten gesendet wurden. Dies ist standardmäßig „Web“ oder kann benutzerdefiniert werden.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2023-12-02 (UTC)."],[[["`CredentialsData` stores user credentials and their type for sender identification in Chromecast applications."],["It includes `credentials` for user authentication and `credentialsType` indicating the platform origin (defaulting to \"web\")."],["Developers can create a `CredentialsData` object using the constructor with `credentials` and optional `credentialsType` parameters."],["The `credentials` and `credentialsType` properties provide access to the stored credential information."]]],[]]