requiredKeys constant

Set<String> const requiredKeys

The list of required keys that must be present in a JSON.

Implementation

static const requiredKeys = <String>{
  'id',
  'object',
  'external_id',
  'primary_email_address_id',
  'primary_phone_number_id',
  'primary_web3_wallet_id',
  'username',
  'first_name',
  'last_name',
  'has_image',
  'public_metadata',
  'email_addresses',
  'phone_numbers',
  'web3_wallets',
  'passkeys',
  'password_enabled',
  'two_factor_enabled',
  'totp_enabled',
  'backup_code_enabled',
  'mfa_enabled_at',
  'mfa_disabled_at',
  'external_accounts',
  'saml_accounts',
  'enterprise_accounts',
  'last_sign_in_at',
  'banned',
  'locked',
  'lockout_expires_in_seconds',
  'verification_attempts_remaining',
  'updated_at',
  'created_at',
  'delete_self_enabled',
  'create_organization_enabled',
  'last_active_at',
  'legal_accepted_at',
};