Add support for bearer auth (#1488)
This commit is contained in:
committed by
delvedor
parent
3d4323043d
commit
187c229ba7
5
lib/pool/index.d.ts
vendored
5
lib/pool/index.d.ts
vendored
@ -61,6 +61,10 @@ interface BasicAuth {
|
||||
password: string;
|
||||
}
|
||||
|
||||
interface BearerAuth {
|
||||
bearer: string
|
||||
}
|
||||
|
||||
interface resurrectOptions {
|
||||
now?: number;
|
||||
requestId: string;
|
||||
@ -204,6 +208,7 @@ export {
|
||||
getConnectionOptions,
|
||||
ApiKeyAuth,
|
||||
BasicAuth,
|
||||
BearerAuth,
|
||||
internals,
|
||||
resurrectOptions,
|
||||
ResurrectEvent,
|
||||
|
||||
Reference in New Issue
Block a user