TS
showVaultManager(
    clientToken: string
): Promise<Void>

Show the vault at the specified container, and manage the customer’s payment methods stored in the Primer Vault.

TS
import { Primer } from "@primer-io/react-native";

Primer.showVaultManager(clientToken);

Parameters