mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-31 14:20:32 +00:00
[auth0-js] Add prompt value in AuthorizeOptions
This commit is contained in:
Vendored
+1
@@ -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