authorization#ad01d61d flags:# current:flags.0?true official_app:flags.1?true password_pending:flags.2?true encrypted_requests_disabled:flags.3?true call_requests_disabled:flags.4?true unconfirmed:flags.5?true hash:long device_model:string platform:string system_version:string api_id:int app_name:string app_version:string date_created:int date_active:int ip:string country:string region:string = Authorization;
Parameters
| Name | Type | Description |
| flags |
# |
Bit mask: a field written flags.N?T is present only when bit N is set. |
| current |
flags.0?true |
|
| official_app |
flags.1?true |
|
| password_pending |
flags.2?true |
|
| encrypted_requests_disabled |
flags.3?true |
|
| call_requests_disabled |
flags.4?true |
|
| unconfirmed |
flags.5?true |
|
| hash |
long |
Hash of what the client already has. If it matches, the server answers "not modified" and sends nothing again. |
| device_model |
string |
Device model — appears in the list of active sessions. |
| platform |
string |
|
| system_version |
string |
System version — appears in the list of active sessions. |
| api_id |
int |
Application identifier issued at my.ansible.su. |
| app_name |
string |
|
| app_version |
string |
App version — appears in the list of active sessions. |
| date_created |
int |
|
| date_active |
int |
|
| ip |
string |
|
| country |
string |
|
| region |
string |
|
Type
Authorization
Related pages
Types used here