Skip to content

beamable-sdk / schema / PasswordAuthRequest

Type Alias: PasswordAuthRequest

PasswordAuthRequest = object

Defined in: src/__generated__/schemas/PasswordAuthRequest.ts:8

Properties

context?

optional context: AuthActorContextInfo

Defined in: src/__generated__/schemas/PasswordAuthRequest.ts:9


customerId?

optional customerId: string | null

Defined in: src/__generated__/schemas/PasswordAuthRequest.ts:10


email?

optional email: string | null

Defined in: src/__generated__/schemas/PasswordAuthRequest.ts:11


password?

optional password: string | null

Defined in: src/__generated__/schemas/PasswordAuthRequest.ts:12


realmId?

optional realmId: string | null

Defined in: src/__generated__/schemas/PasswordAuthRequest.ts:13


scope?

optional scope: string | null

Defined in: src/__generated__/schemas/PasswordAuthRequest.ts:14