mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-03 23:42:50 +00:00
[auth0-js] Add prompt value in AuthorizeOptions
This commit is contained in:
parent
480f7557d2
commit
bceea928ac
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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user