This commit is contained in:
Philipp Zins 2018-10-29 09:38:23 +01:00
parent 6e8d899d41
commit 4c4a7bc58f
2 changed files with 2 additions and 1 deletions

View File

@ -566,7 +566,7 @@ export interface Auth0Error {
export type Auth0ParseHashError = Auth0Error & {
state?: string;
}
};
/**
* The contents of the authResult object returned by {@link WebAuth#parseHash }

View File

@ -1,3 +1,4 @@
// TypeScript Version: 2.7
import * as auth0 from 'auth0-js';
import Auth0Lock from 'auth0-lock';