Reference / Modules / client / WithActiveProtection
Interface: WithActiveProtection<T>
client.WithActiveProtection
Type parameters
Name | Type |
---|---|
T | extends 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
Name | Type |
---|---|
pollingParameters? | PollingParameters |
Returns
Promise
<T
>