veritatisdoloremque
Version:
Monorepo for the Firebase JavaScript SDK
23 lines (14 loc) • 768 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/auth-types](./auth-types.md) > [OperationType](./auth-types.operationtype.md)
## OperationType enum
Enumeration of supported operation types.
<b>Signature:</b>
```typescript
export const enum OperationType
```
## Enumeration Members
| Member | Value | Description |
| --- | --- | --- |
| LINK | <code>'link'</code> | Operation involving linking an additional provider to an already signed-in user. |
| REAUTHENTICATE | <code>'reauthenticate'</code> | Operation involving using a provider to reauthenticate an already signed-in user. |
| SIGN\_IN | <code>'signIn'</code> | Operation involving signing in a user. |