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_Multi-Step.json
Size: Mime:
{
  "type": "object",
  "properties": {
    "type": {
      "const": "AUTH-RESP"
    },
    "data": {
      "title": "Data",
      "description": "Data to send to the client that is to be used in the next step of multi-step authentication methods",
      "type": "string"
    }
  },
  "required": ["type", "data"],
  "additionalProperties": false
}