Interface: CreateAuthenticationInput
Defined in: type/CreateAuthenticationInput.ts:5
Input object for CreateAuthenticationInput
Properties
claims?
optionalclaims?:CreateAuthenticationClaimsInput
Defined in: type/CreateAuthenticationInput.ts:17
Initial claims to store with the user
displayName?
optionaldisplayName?:string
Defined in: type/CreateAuthenticationInput.ts:13
The display name of the user
email
email:
string
Defined in: type/CreateAuthenticationInput.ts:7
The email of the user
password?
optionalpassword?:string
Defined in: type/CreateAuthenticationInput.ts:9
The password of the user
phoneNumber?
optionalphoneNumber?:string
Defined in: type/CreateAuthenticationInput.ts:11
The first name of the user
uid?
optionaluid?:string
Defined in: type/CreateAuthenticationInput.ts:15
Optionally an external ID of the user