Merge pull request #7488 from ianks/auth0-profile

auth0: add user_metadata and app_metadata to profile
This commit is contained in:
Horiuchi_H
2016-01-05 11:32:33 +09:00
+2
View File
@@ -51,6 +51,8 @@ interface Auth0UserProfile {
user_id: string;
/** Represents one or more Identities that may be associated with the User. */
identities: Auth0Identity[];
user_metadata?: any;
app_metadata?: any;
}
/** Represents an Auth0UserProfile that has a Microsoft Account as the primary identity. */