## Show verification modal

`stripe.verifyIdentity(clientSecret: string)`

Use `stripe.verifyIdentity` to display an [Identity](https://docs.stripe.com/identity.md) modal that securely collects verification information.

- `clientSecret`
  The [client secret](https://docs.stripe.com/api/identity/verification_sessions/object.md#identity_verification_session_object-client_secret) of the `VerificationSession`.

### Example

```title
Show verification modal
```
