mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 09:01:45 +08:00
Update AuthOptions interface.
Missing bearer token https://github.com/request/request#http-authentication
This commit is contained in:
1
request/request.d.ts
vendored
1
request/request.d.ts
vendored
@@ -141,6 +141,7 @@ declare module 'request' {
|
||||
pass?: string;
|
||||
password?: string;
|
||||
sendImmediately?: boolean;
|
||||
bearer?: string;
|
||||
}
|
||||
|
||||
export interface OAuthOptions {
|
||||
|
||||
Reference in New Issue
Block a user