Skip to content

Class: RefreshFlow

Class: RefreshFlow

Defined in: auth-client/src/core/flows/refresh.flow.ts:29

Constructors

Constructor

new RefreshFlow(deps): RefreshFlow

Defined in: auth-client/src/core/flows/refresh.flow.ts:30

Parameters

deps

FlowDeps

Returns

RefreshFlow

Methods

execute()

execute(req): Promise<AuthResponse>

Defined in: auth-client/src/core/flows/refresh.flow.ts:32

Parameters

req

RefreshRequest

Returns

Promise<AuthResponse>