Accounts
Listę metod dla tego zasobu znajdziesz na końcu tej strony.
Reprezentacje zasobów
Reprezentuje konto przekazane do menedżera konta na Google Glass.
{
"features": [
string
],
"password": string,
"userData": [
{
"key": string,
"value": string
}
],
"authTokens": [
{
"type": string,
"authToken": string
}
]
}
Nazwa usługi |
Wartość |
Opis |
Uwagi |
authTokens[] |
list |
|
|
authTokens[].authToken |
string |
|
|
authTokens[].type |
string |
|
|
features[] |
list |
|
|
password |
string |
|
|
userData[] |
list |
|
|
userData[].key |
string |
|
|
userData[].value |
string |
|
|
Metody
- wstaw
- Wstawia nowe konto użytkownika
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-08-23 UTC.
[null,null,["Ostatnia aktualizacja: 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."]]],[]]