Skip to content

Class: RegistrationFlow

Class: RegistrationFlow

Defined in: auth-client/src/core/flows/registration.flow.ts:33

Constructors

Constructor

new RegistrationFlow(deps): RegistrationFlow

Defined in: auth-client/src/core/flows/registration.flow.ts:34

Parameters

deps

FlowDeps

Returns

RegistrationFlow

Methods

register()

register(req): Promise<AuthResponse>

Defined in: auth-client/src/core/flows/registration.flow.ts:36

Parameters

req

RegisterRequest

Returns

Promise<AuthResponse>