Add getClient() to auth0.lock

This commit is contained in:
Ian Ker-Seymer
2015-12-07 17:56:00 -05:00
parent c3ab375b37
commit 44dad1d237
+2
View File
@@ -72,6 +72,8 @@ interface Auth0LockStatic {
hide(callback: () => void): void;
logout(callback: () => void): void;
getClient(): Auth0Static;
}
declare var Auth0Lock: Auth0LockStatic;