auth0: add user_metadata and app_metadata to profile

This commit is contained in:
Ian Ker-Seymer
2016-01-04 17:11:22 -05:00
parent bdaf2f0eb1
commit 1f40d82294
+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. */