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