mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 20:47:47 +00:00
19 lines
583 B
Markdown
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>` | |