mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Update index.d.ts
added connection to authorizeOptions, and made every field of AuthorizeOption optional
This commit is contained in:
parent
2d42456f08
commit
76eca1eb80
5
types/auth0-js/index.d.ts
vendored
5
types/auth0-js/index.d.ts
vendored
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user