AccountsSecuredWithPinCode

public final class AccountsSecuredWithPinCode extends MigrationUseCase

Migration mode for accounts that were either enrolled with PIN on previous installation or will be protected with provided PIN on current installation

This is a protected operation, so the SDK must be unlocked before calling this method, for the BIOMETRICS_ONLY and BIOMETRICS_OR_DEVICE_CREDENTIALS lock configuration types. For SDK_PIN_WITH_BIOMETRICS_OPTIONAL this operation is unprotected and unlocks the SDK upon success.

This operation may require prior SDK unlock depending on the current lock configuration mode. If current SDK lock configuration is BIOMETRICS_ONLY or BIOMETRICS_OR_DEVICE_CREDENTIALS, use com.futurae.sdk.public_api.lock.FuturaeLockApi.unlock operation prior to invoking migration. If current SDK lock configuration is SDK_PIN_WITH_BIOMETRICS_OPTIONAL this operation does NOT require unlock and will unlock the SDK upon success.

Parameters

pinCode

the pin that the accounts were previously enrolled with.

Properties

Link copied to clipboard
private final CharArray pinCode

Functions

Link copied to clipboard
public final CharArray getPinCode()