mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Update index.d.ts
added connection to authorizeOptions, and made every field of AuthorizeOption optional
This commit is contained in:
Vendored
+3
-2
@@ -650,8 +650,9 @@ interface RenewAuthOptions {
|
||||
interface AuthorizeOptions {
|
||||
domain?: string;
|
||||
clientID?: string;
|
||||
redirectUri: string;
|
||||
responseType: string;
|
||||
connection?:string;
|
||||
redirectUri?: string;
|
||||
responseType?: string;
|
||||
responseMode?: string;
|
||||
state?: string;
|
||||
nonce?: string;
|
||||
|
||||
Reference in New Issue
Block a user