Skip to main content

PartialRemoteAuthConfig

Configures basic HTTP authentication.

Index

Properties

Properties

optionalheaders

headers?: null | Record<string, string>

HTTP headers to inject into every request.

optionaltoken

token?: null | string

The name of an environment variable to use as a bearer token.