Accounts
इस संसाधन के लिए उपलब्ध तरीकों की सूची देखने के लिए, इस पेज के आखिर में देखें.
संसाधन निरूपण
Glass पर खाता मैनेजर को दिए गए खाते को दिखाता है.
{
"features": [
string
],
"password": string,
"userData": [
{
"key": string,
"value": string
}
],
"authTokens": [
{
"type": string,
"authToken": string
}
]
}
प्रॉपर्टी का नाम |
मान |
ब्यौरा |
नोट |
authTokens[] |
list |
|
|
authTokens[].authToken |
string |
|
|
authTokens[].type |
string |
|
|
features[] |
list |
|
|
password |
string |
|
|
userData[] |
list |
|
|
userData[].key |
string |
|
|
userData[].value |
string |
|
|
तरीके
- डालें
- उपयोगकर्ता के लिए नया खाता डालता है
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-08-23 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-08-23 (UTC) को अपडेट किया गया."],[[["This resource represents an account within the Glass platform's Account Manager."],["Account data includes features, password, user data, and authentication tokens."],["Authentication tokens are differentiated by type and contain an authToken string."],["User data is stored as key-value pairs within the account representation."],["Available methods for this resource are detailed at the bottom of the page and currently include an insert method for new accounts."]]],[]]