• Preparing search index...
  • The search index is not available
@refinio/one.models
  • @refinio/one.models
  • misc/PasswordRecoveryService/PasswordRecovery
  • unpackRecoveryInformation

Function unpackRecoveryInformation

  • unpackRecoveryInformation(recoveryServiceSecretKey, bundledEncryptedRecoveryInformation): RecoveryInformation
  • Unpack the recovery information by decrypting it.

    This can only be done when you have the secret key matching the public key that was used in createRecoveryInformation call.

    Parameters

    • recoveryServiceSecretKey: Uint8Array

      The corresponding secret key to the recoveryServicePublicKey used in createRecoveryInformation.

    • bundledEncryptedRecoveryInformation: BundledEncryptedRecoveryInformation

      The recovery information.

    Returns RecoveryInformation

    • Defined in misc/PasswordRecoveryService/PasswordRecovery.ts:149

Settings

Member Visibility
@refinio/one.models
  • Loading...

Generated using TypeDoc