Files
go-unifi/fields/6.0.23/AuthenticationRequest.json
2020-10-20 10:10:32 -04:00

13 lines
280 B
JSON

{
"username": ".{1,256}",
"password": ".{1,256}",
"remember": "true|false",
"strict": "true|false",
"site_name": ".{0,256}",
"sso_token": ".{0,256}",
"for_hotspot": "true|false",
"for_sso": "true|false",
"ubic_2fa_token": ".{0,256}",
"ubic_uuid": ".{0,256}"
}