veritatisdoloremque
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 506 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/auth-types](./auth-types.md) > [MultiFactorError](./auth-types.multifactorerror.md) > [operationType](./auth-types.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;
```