mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-07 20:47:49 +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 |