mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-28 08:24:32 +00:00
[auth0-js] Add prompt value in AuthorizeOptions
This commit is contained in:
1
types/auth0-js/index.d.ts
vendored
1
types/auth0-js/index.d.ts
vendored
@@ -761,6 +761,7 @@ export interface AuthorizeOptions {
|
||||
scope?: string;
|
||||
audience?: string;
|
||||
language?: string;
|
||||
prompt?: string;
|
||||
}
|
||||
|
||||
export interface CheckSessionOptions extends AuthorizeOptions {
|
||||
|
||||
Reference in New Issue
Block a user