mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
Add email_verified property to Auth0UserProfile (#10835)
This commit is contained in:
committed by
Masahiro Wakame
parent
46ca501630
commit
3c2537787b
Vendored
+1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user