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