mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
Add responseType to signup options
This commit is contained in:
Vendored
+1
@@ -106,6 +106,7 @@ interface Auth0LoginOptions {
|
||||
|
||||
interface Auth0SignupOptions extends Auth0LoginOptions {
|
||||
auto_login: boolean;
|
||||
responseType: string;
|
||||
}
|
||||
|
||||
interface Auth0Error {
|
||||
|
||||
Reference in New Issue
Block a user