voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
20 lines (11 loc) • 521 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/auth](./auth.md) > [ApplicationVerifier](./auth.applicationverifier.md) > [verify](./auth.applicationverifier.verify.md)
## ApplicationVerifier.verify() method
Executes the verification process.
<b>Signature:</b>
```typescript
verify(): Promise<string>;
```
<b>Returns:</b>
Promise<string>
A Promise for a token that can be used to assert the validity of a request.