Skip to main content

Interface: CreateAuthenticationInput

Defined in: type/CreateAuthenticationInput.ts:5

Input object for CreateAuthenticationInput

Properties

claims?

optional claims?: CreateAuthenticationClaimsInput

Defined in: type/CreateAuthenticationInput.ts:17

Initial claims to store with the user


displayName?

optional displayName?: 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?

optional password?: string

Defined in: type/CreateAuthenticationInput.ts:9

The password of the user


phoneNumber?

optional phoneNumber?: string

Defined in: type/CreateAuthenticationInput.ts:11

The first name of the user


uid?

optional uid?: string

Defined in: type/CreateAuthenticationInput.ts:15

Optionally an external ID of the user