Repository URL to install this package:
|
Version:
2.2.0 ▾
|
{
"type": "object",
"properties": {
"type": {
"const": "AUTH-REQ"
},
"method": {
"title": "Method",
"description": "Name of the authentication method to use",
"type": "string"
},
"session": {
"title": "Session ID",
"description": "Session ID for multi-step authentication methods",
"type": "integer",
"default": 0
},
"data": {
"title": "Data",
"description": "Data to send to the authentication method",
"type": "string"
}
},
"required": ["type", "method", "data"]
}