Skip to content

beamable-sdk / schema / CreateAccountWithCredsRequest

Type Alias: CreateAccountWithCredsRequest

CreateAccountWithCredsRequest = object

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

Properties

challenge_solution?

optional challenge_solution: ChallengeSolution

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


external_token?

optional external_token: string

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


initProperties?

optional initProperties: Record<string, string>

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


password?

optional password: string

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


provider_namespace?

optional provider_namespace: string

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


provider_service?

optional provider_service: string

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


username?

optional username: string

Defined in: src/__generated__/schemas/CreateAccountWithCredsRequest.ts:15