mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 20:47:47 +00:00
19 lines
436 B
Markdown
19 lines
436 B
Markdown
# GetTokenDetailsAuthenticationStatus
|
|
|
|
String representation of subscriptionActive
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetTokenDetailsAuthenticationStatus } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: GetTokenDetailsAuthenticationStatus =
|
|
GetTokenDetailsAuthenticationStatus.Inactive;
|
|
```
|
|
|
|
## Values
|
|
|
|
| Name | Value |
|
|
| ---------- | ---------- |
|
|
| `Inactive` | Inactive |
|
|
| `Active` | Active | |