ApiSchemas
BearerAuth
One shape from the contract, as it appears on the wire.
Used by connections.create, connections.get, connections.getByName, connections.list, connections.upsert
Referenced from ConnectionAuth
JSON Schema
{
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": [
"bearer"
]
}
},
"required": [
"type"
],
"additionalProperties": false
}