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 / response_AUTH-RESP_Single-Step.json
Size: Mime:
{
  "type": "object",
  "properties": {
    "type": {
      "const": "AUTH-RESP"
    },
    "result": {
      "title": "Result",
      "description": "Result of the authentication",
      "type": "boolean"
    },
    "reason": {
      "title": "Failure reason",
      "description": "Explains why the authentication attempt failed",
      "type": "string"
    },
    "user": {
      "$ref": "definitions.json#/userName"
    }
  },
  "required": ["type", "result"],
  "additionalProperties": false
}