Merge pull request #5941 from Shiak1/patch-2

Update AuthOptions interface.
This commit is contained in:
Horiuchi_H
2015-09-25 17:31:49 +09:00
+1
View File
@@ -141,6 +141,7 @@ declare module 'request' {
pass?: string;
password?: string;
sendImmediately?: boolean;
bearer?: string;
}
export interface OAuthOptions {