<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/auth-types](./auth-types.md) &gt; [ApplicationVerifier](./auth-types.applicationverifier.md) &gt; [verify](./auth-types.applicationverifier.verify.md)

## ApplicationVerifier.verify() method

Executes the verification process.

<b>Signature:</b>

```typescript
verify(): Promise<string>;
```
<b>Returns:</b>

Promise&lt;string&gt;

A Promise for a token that can be used to assert the validity of a request.

