voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 482 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/auth](./auth.md) > [MultiFactorError](./auth.multifactorerror.md) > [operationType](./auth.multifactorerror.operationtype.md)
## MultiFactorError.operationType property
The type of operation (e.g., sign-in, link, or reauthenticate) during which the error was raised.
<b>Signature:</b>
```typescript
readonly operationType: OperationType;
```