diff --git a/types/auth0-js/index.d.ts b/types/auth0-js/index.d.ts index e44092a9c8..4e6afded1d 100644 --- a/types/auth0-js/index.d.ts +++ b/types/auth0-js/index.d.ts @@ -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;