voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
26 lines (15 loc) • 680 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/auth](./auth.md) > [applyActionCode](./auth.applyactioncode.md)
## applyActionCode() function
Applies a verification code sent to the user by email or other out-of-band mechanism.
<b>Signature:</b>
```typescript
export declare function applyActionCode(auth: Auth, oobCode: string): Promise<void>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| auth | [Auth](./auth.auth.md) | The Auth instance. |
| oobCode | string | A verification code sent to the user. |
<b>Returns:</b>
Promise<void>