Provides struct and type for a UserInfoUser
@type t() :: %Polarex.UserInfoUser{ email: String.t() | nil, email_verified: boolean() | nil, name: String.t() | nil, sub: String.t() }