<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/auth](./auth.md) &gt; [ApplicationVerifier](./auth.applicationverifier.md) &gt; [verify](./auth.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.

