Skip to main content

Reference / Modules / client / WithActiveProtection

Interface: WithActiveProtection<T>

client.WithActiveProtection

Type parameters

NameType
Textends ProtectionState

Implemented by

Table of contents

Methods

Methods

isFullyReady

isFullyReady(): boolean

Returns

boolean

Defined in

packages/client/src/Recovery.ts:593


refresh

refresh(): Promise<WithActiveProtection<T>>

Returns

Promise<WithActiveProtection<T>>

Defined in

packages/client/src/Recovery.ts:595


waitForFullyReady

waitForFullyReady(pollingParameters?): Promise<T>

Parameters

NameType
pollingParameters?PollingParameters

Returns

Promise<T>

Defined in

packages/client/src/Recovery.ts:597