Add responseType to signup options

This commit is contained in:
Jacob Windsor
2016-11-29 23:02:34 +01:00
committed by GitHub
parent 1c0dad8010
commit d7316cb65c
+1
View File
@@ -106,6 +106,7 @@ interface Auth0LoginOptions {
interface Auth0SignupOptions extends Auth0LoginOptions {
auto_login: boolean;
responseType: string;
}
interface Auth0Error {