Auth types
Bearer Token
Sends an
Authorization: Bearer header with your token.API Key
Sends your key in a header or query parameter.
Basic Auth
Sends a username and password using HTTP Basic authentication.
How secrets are stored
Secrets are handled differently from the rest of a request:- The non-secret parts of a request live in VS Code storage with the collection
- The secret half, such as a token or password, goes into VS Code secure storage
- Secrets are never written into a collection JSON file