Merge pull request #7094 from ianks/auth0

Add getClient() to auth0.lock
This commit is contained in:
Masahiro Wakame
2015-12-10 23:19:19 +09:00
+2
View File
@@ -72,6 +72,8 @@ interface Auth0LockStatic {
hide(callback: () => void): void;
logout(callback: () => void): void;
getClient(): Auth0Static;
}
declare var Auth0Lock: Auth0LockStatic;