[Index]

Model: data/ApiCallbackAuth

Authentication data to be used by async callbacks

Model Details: data/ApiCallbackAuth

Title Description Details
Name *
  • Field Name: name
  • Type: String
URL * URL for callback server
  • Field Name: url
  • Type: String
Authorization type *
  • Field Name: auth_type
  • Type: String
  • Choices: ["Basic", "Bearer"]
User name Used for Basic Authorization
  • Field Name: username
  • Type: String
Password Used for Basic Authorization
  • Field Name: password
  • Type: String
  • Is Password: True
  • Store Encrypted: True
Token Used for Bearer Authorization
  • Field Name: token
  • Type: String
  • Is Password: True
  • Store Encrypted: True