Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
flockwave-spec / spec / request_AUTH-REQ.json
Size: Mime:
{
  "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"]
}