Skip to main content

Interface: AuthSchemeRequest

@divine/uri.AuthSchemeRequest

Information about the request that needs to be authenticated.

Properties

headers

headers: Iterable<[string, undefined | string]>

Extra information available to aid the authentication. For HTTP, this is the request headers.

Defined in

uri/src/auth-schemes.ts:27


method

method: string

For HTTP request, the request method. Other protocols defines their own meaning of this field.

Defined in

uri/src/auth-schemes.ts:21


url

url: URL

The URL that the authentication applies to.

Defined in

uri/src/auth-schemes.ts:24