Files
plexjs/docs/sdk/models/operations/gettokendetailsauthenticationstatus.md

436 B

GetTokenDetailsAuthenticationStatus

String representation of subscriptionActive

Example Usage

import { GetTokenDetailsAuthenticationStatus } from "@lukehagar/plexjs/sdk/models/operations";

let value: GetTokenDetailsAuthenticationStatus =
  GetTokenDetailsAuthenticationStatus.Inactive;

Values

Name Value
Inactive Inactive
Active Active