diff --git a/auth0-js/auth0-js.d.ts b/auth0-js/auth0-js.d.ts index 515d52af7e..250c7a850e 100644 --- a/auth0-js/auth0-js.d.ts +++ b/auth0-js/auth0-js.d.ts @@ -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;