migrateAccounts

public abstract AsyncOperation<List<MigrationAccount>> migrateAccounts(MigrationUseCase migrationUseCase, String flowBindingToken)

Execute Account Migration.

See MigrationUseCase to see what options are there to authenticate the user for this operation.

Parameters

migrationUseCase

chooses how access to sdk secrets will be provided. See MigrationUseCase.

flowBindingToken

optional token to use for Trusted Session Binding

Throws

if the SDK is locked.

if the SDK cannot access necessary cryptographic material or perform cryptographic operations

if the API request fails. Refer to FTApiException subtypes for more specific errors.

if this Accounts Migration operation fails the necessary preconditions