forked from Telodendria/Telodendria
lda
3dae19e82d
Reviewed-on: Telodendria/Telodendria#39 Co-authored-by: lda <lda@freetards.xyz> Co-committed-by: lda <lda@freetards.xyz>
38 lines
965 B
JSON
38 lines
965 B
JSON
{
|
|
"header": "Schema\/LoginRequest.h",
|
|
"types": {
|
|
"LoginRequestType": {
|
|
"fields": {
|
|
"m.login.password": { "name": "REQUEST_TYPE_PASSWORD" }
|
|
},
|
|
"type": "enum"
|
|
},
|
|
"LoginRequestUserIdentifier": {
|
|
"fields": {
|
|
"type": { "type": "string" },
|
|
"user": { "type": "string" }
|
|
},
|
|
"type": "struct"
|
|
},
|
|
"LoginRequest": {
|
|
"fields": {
|
|
"type": { "type": "LoginRequestType" },
|
|
|
|
"identifier": { "type": "object" },
|
|
|
|
"password": { "type": "string" },
|
|
"address": { "type": "string" },
|
|
"user": { "type": "string" },
|
|
"device_id": { "type": "string" },
|
|
"initial_device_display_name": { "type": "string" },
|
|
"medium": { "type": "string" },
|
|
"token": { "type": "string" },
|
|
|
|
"refresh_token": { "type": "boolean" }
|
|
},
|
|
"type": "struct"
|
|
}
|
|
},
|
|
"guard": "TELODENDRIA_SCHEMA_LOGIN_REQUEST_H"
|
|
}
|
|
|