Skip to content

Class: ImpersonationFlow

Class: ImpersonationFlow

Defined in: auth-client/src/core/flows/impersonation.flow.ts:26

Constructors

Constructor

new ImpersonationFlow(deps): ImpersonationFlow

Defined in: auth-client/src/core/flows/impersonation.flow.ts:27

Parameters

deps

FlowDeps

Returns

ImpersonationFlow

Methods

execute()

execute(req): Promise<AuthResponse>

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

Parameters

req

ImpersonateRequest

Returns

Promise<AuthResponse>