Merge branch 'master' into tsc-1.5.0-alpha

This commit is contained in:
vvakame
2015-07-18 20:06:04 +09:00
324 changed files with 268236 additions and 16232 deletions
+3 -3
View File
@@ -11,7 +11,7 @@ interface Window {
/** This is the interface for the main Auth0 client. */
interface Auth0Static {
new(options: Auth0ClientOptions): Auth0Static;
changePassword(options: any, callback?: Function): void;
decodeJwt(jwt: string): any;
@@ -36,7 +36,7 @@ interface Auth0ClientOptions {
callbackOnLoactionHash?: boolean;
domain: string;
forceJSONP?: boolean;
}
}
/** Represents a normalized UserProfile. */
interface Auth0UserProfile {
@@ -124,6 +124,6 @@ interface Auth0DelegationToken {
declare var Auth0: Auth0Static;
declare module "Auth0" {
declare module "auth0" {
export = Auth0
}