diff --git a/supabase_auth/types.py b/supabase_auth/types.py index c2441369..c41319c7 100644 --- a/supabase_auth/types.py +++ b/supabase_auth/types.py @@ -233,6 +233,7 @@ class UserAttributes(TypedDict): phone: NotRequired[str] password: NotRequired[str] data: NotRequired[Any] + nonce: NotRequired[str] class AdminUserAttributes(UserAttributes, TypedDict):