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