mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Merge pull request #17325 from cedvdb/master
Update @types/auth0-js index.d.ts connection added to AuthorizeOption and every field of AuthorizeOption is now 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