voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
23 lines (14 loc) • 788 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/auth](./auth.md) > [OperationType](./auth.operationtype.md)
## OperationType enum
Enumeration of supported operation types.
<b>Signature:</b>
```typescript
export declare 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. |