All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schema.auth.auth.json Maven / Gradle / Ivy

There is a newer version: 7.0.0-alpha2
Show newest version
{
  "type": "object",
  "javaType": "io.serverlessworkflow.api.auth.AuthDefinition",
  "description": "Auth Definition",
  "properties": {
    "name": {
      "type": "string",
      "description": "Unique auth definition name",
      "minLength": 1
    },
    "scheme": {
      "type": "string",
      "description": "Defines the auth type",
      "enum": [
        "basic",
        "bearer",
        "oauth2"
      ],
      "default": "basic"
    },
    "basicauth": {
      "$ref": "basicauthdef.json"
    },
    "bearerauth": {
      "$ref": "bearerauthdef.json"
    },
    "oauth": {
      "$ref": "oauthdef.json"
    }
  },
  "required": [

  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy