# 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 |