showVaultManager( clientToken: string ): Promise<Void>
Show the vault at the specified container, and manage the customer’s payment methods stored in the Primer Vault.
import { Primer } from "@primer-io/react-native"; Primer.showVaultManager(clientToken);
Hide Parameters
A string containing a client token as returned by the Primer API when you create a client session.