mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Add missing responseMode. (#29670)
Fix missing responseMode in Auth0LockAuthOption as changed in https://github.com/auth0/lock/pull/526
This commit is contained in:
committed by
Sheetal Nandi
parent
5900cae442
commit
2e1f8e6fc2
Vendored
+1
@@ -98,6 +98,7 @@ interface Auth0LockAuthOptions {
|
||||
params?: Auth0LockAuthParamsOptions;
|
||||
redirect?: boolean;
|
||||
redirectUrl?: string;
|
||||
responseMode?: string;
|
||||
responseType?: string;
|
||||
sso?: boolean;
|
||||
audience?: string;
|
||||
|
||||
Reference in New Issue
Block a user