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