Files
plexjs/docs/sdk/models/operations/gettokendetailsstatus.md

19 lines
583 B
Markdown

# GetTokenDetailsStatus
## Example Usage
```typescript
import { GetTokenDetailsStatus } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetTokenDetailsStatus = GetTokenDetailsStatus.Online;
```
## Values
This is an open enum. Unrecognized values will be captured as the `Unrecognized<string>` branded type.
| Name | Value |
| ---------------------- | ---------------------- |
| `Online` | online |
| `Offline` | offline |
| - | `Unrecognized<string>` |