@acceleratxr/core_sdk / UsersRequiredProps

Interface: UsersRequiredProps#

Hierarchy#

  • UsersRequiredProps

Index#

Properties#

Properties#

birthdate#

Optional birthdate: boolean | RegExp

Defined in src/Configuration.ts:116

Set to true to indicate that this is a required field. Alternatively set to a regex pattern to validate the value.


email#

Optional email: boolean | RegExp

Defined in src/Configuration.ts:118

Set to true to indicate that this is a required field. Alternatively set to a regex pattern to validate the value.


familyName#

Optional familyName: boolean | RegExp

Defined in src/Configuration.ts:122

Set to true to indicate that this is a required field. Alternatively set to a regex pattern to validate the value.


givenName#

Optional givenName: boolean | RegExp

Defined in src/Configuration.ts:120

Set to true to indicate that this is a required field. Alternatively set to a regex pattern to validate the value.


locale#

Optional locale: boolean | RegExp

Defined in src/Configuration.ts:124

Set to true to indicate that this is a required field. Alternatively set to a regex pattern to validate the value.


phone#

Optional phone: boolean | RegExp

Defined in src/Configuration.ts:126

Set to true to indicate that this is a required field. Alternatively set to a regex pattern to validate the value.