Add email_verified property to Auth0UserProfile (#10835)

This commit is contained in:
Ian Ker-Seymer
2016-08-30 23:36:06 +09:00
committed by Masahiro Wakame
parent 46ca501630
commit 3c2537787b
+1
View File
@@ -42,6 +42,7 @@ interface Auth0ClientOptions {
/** Represents a normalized UserProfile. */
interface Auth0UserProfile {
email: string;
email_verified: boolean;
family_name: string;
gender: string;
given_name: string;