diff --git a/types/auth0-js/index.d.ts b/types/auth0-js/index.d.ts index 62047bae71..e66cd5f712 100644 --- a/types/auth0-js/index.d.ts +++ b/types/auth0-js/index.d.ts @@ -761,6 +761,7 @@ export interface AuthorizeOptions { scope?: string; audience?: string; language?: string; + prompt?: string; } export interface CheckSessionOptions extends AuthorizeOptions {