Dane uwierzytelniające używane do identyfikowania danych logowania nadawcy.
Zespół
CredentialsData
new
CredentialsData(credentials, credentialType)
Parametr
dane logowania
ciąg znaków
Dane logowania użytkownika.
credentialsType
Opcjonalnie
ciąg znaków
Typ danych logowania wskazujący, z której platformy zostały wysłane dane logowania. Domyślnie jest to wartość internetowa lub można ją określić samodzielnie.
Właściwości
dane logowania
ciąg znaków
Dane logowania użytkownika.
credentialsType
ciąg znaków
Typ danych logowania wskazujący, z której platformy zostały wysłane dane logowania. Domyślnie jest to wartość internetowa, ale możesz ją określić samodzielnie.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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."]]],[]]