voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 456 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/auth](./auth.md) > [UserCredential](./auth.usercredential.md) > [operationType](./auth.usercredential.operationtype.md)
## UserCredential.operationType property
The type of operation which was used to authenticate the user (such as sign-in or link).
<b>Signature:</b>
```typescript
operationType: OperationType;
```