rc3 auth
RC auth that can be stored at Collection, Folder, or Request levels
| Type | object |
|---|---|
| File match |
rc-auth.json
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/rc3-auth/latest.json |
| Source | https://www.schemastore.org/rc3-auth-0.0.3.json |
Validate with Lintel
npx @lintel/lintel check
Type:
object
RC auth that can be stored at Collection, Folder, or Request levels
Properties
type
string
The type of authentication
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