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
method
• method: string
For HTTP request, the request method. Other protocols defines their own meaning of this field.
Defined in
url
• url: URL
The URL that the authentication applies to.