diff --git a/types/auth0-js/index.d.ts b/types/auth0-js/index.d.ts index f29a9e4de1..199a05142f 100644 --- a/types/auth0-js/index.d.ts +++ b/types/auth0-js/index.d.ts @@ -5,6 +5,7 @@ // Peter Blazejewicz // Bartosz Kotrys // Mark Nelissen +// Tyler Lindell // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped export as namespace auth0; @@ -950,6 +951,7 @@ export interface AuthorizeOptions { accessType?: string; approvalPrompt?: string; appState?: any; + connection_scope?: string | string[]; } export interface CheckSessionOptions extends AuthorizeOptions {