123
showVaultManager(    clientToken: string): Promise<Void>
ts
copy

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

123
import { Primer } from '@primer-io/react-native';
Primer.showVaultManager(clientToken);
ts
copy

Parameters

clientToken
stringRequired

A string containing a client token as returned by the Primer API when you create a client session.