Auth0 · Schema

FlowActionHttpSendRequestParamsBasicAuth

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
username string
password string
View JSON Schema on GitHub

JSON Schema

auth0-flowactionhttpsendrequestparamsbasicauth-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FlowActionHttpSendRequestParamsBasicAuth",
  "title": "FlowActionHttpSendRequestParamsBasicAuth",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "username": {
      "type": "string",
      "minLength": 1
    },
    "password": {
      "type": "string",
      "minLength": 1
    }
  }
}