Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/rc3-request/_shared/latest--rc3-auth-0.0.3.json
Parent schema rc3-request
Type: object

RC auth that can be stored at Collection, Folder, or Request levels

Properties

type string

The type of authentication

Values: "none" "token" "bearer" "basic" "inherit"
token_header string

The HTTP Header name (for token auth type)

token_value string

The HTTP Header value (for token auth type)

bearer_token string

The bearer token (for bearer auth type)

username string

The basic auth username

password string

The basic auth password