Files
go-unifi/fields/6.0.43/AuthenticationRequest.json
Paul Tyng 4ab4036985 Bump to 6.0.43, use go generate
Also moved fetching of JSON information to Go for cross-OS usage.
2021-04-09 09:51:50 -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}"
}