mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-04 19:42:46 +08:00
Update index.d.ts
added connection to authorizeOptions, and made every field of AuthorizeOption optional
This commit is contained in:
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;
|
||||
|
||||
Reference in New Issue
Block a user