> ## Documentation Index
> Fetch the complete documentation index at: https://primer.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# showVaultManager

```ts TS theme={"dark"}
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 TS theme={"dark"}
import { Primer } from "@primer-io/react-native";

Primer.showVaultManager(clientToken);
```

## Parameters

<Expandable title="Parameters" defaultOpen>
  <ResponseField name="clientToken" type="string" required>
    A string containing a client token as returned by the Primer API when you
    [create a client session](/checkout/client-session#create-a-client-session).
  </ResponseField>
</Expandable>
