Update AuthOptions interface.

Missing bearer token https://github.com/request/request#http-authentication
This commit is contained in:
Shiak1
2015-09-21 14:11:48 -04:00
parent 09e37435ff
commit 09d0097449

View File

@@ -141,6 +141,7 @@ declare module 'request' {
pass?: string;
password?: string;
sendImmediately?: boolean;
bearer?: string;
}
export interface OAuthOptions {