क्रेडेंशियल का डेटा, जिसका इस्तेमाल भेजने वाले के क्रेडेंशियल की पहचान करने के लिए किया जाता है.
निर्माता
CredentialsData
नया
CredentialsData(क्रेडेंशियल, क्रेडेंशियल टाइप)
पैरामीटर
क्रेडेंशियल
स्ट्रिंग
उपयोगकर्ता के क्रेडेंशियल.
credentialsType
ज़रूरी नहीं
स्ट्रिंग
क्रेडेंशियल का टाइप, जिससे पता चलता है कि
क्रेडेंशियल किस प्लैटफ़ॉर्म से भेजे गए हैं. यह विकल्प वेब पर डिफ़ॉल्ट रूप से सेट होता है या
इसे पसंद के मुताबिक बनाया जा सकता है.
प्रॉपर्टी
क्रेडेंशियल
स्ट्रिंग
उपयोगकर्ता के क्रेडेंशियल.
credentialsType
स्ट्रिंग
क्रेडेंशियल का टाइप, जिससे पता चलता है कि क्रेडेंशियल
किस प्लैटफ़ॉर्म से भेजे गए हैं. यह वेब पर डिफ़ॉल्ट रूप से सेट होता है या इसे पसंद के मुताबिक बनाया जा सकता है.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 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."]]],[]]