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

736 B

PostUsersSignInDataAuthenticationResponseStatus

String representation of subscriptionActive

Example Usage

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

let value: PostUsersSignInDataAuthenticationResponseStatus =
  PostUsersSignInDataAuthenticationResponseStatus.Inactive;

Values

This is an open enum. Unrecognized values will be captured as the Unrecognized<string> branded type.

Name Value
Inactive Inactive
Active Active
- Unrecognized<string>