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

22 lines
688 B
Markdown

# GetTokenDetailsAuthenticationStatus
String representation of subscriptionActive
## Example Usage
```typescript
import { GetTokenDetailsAuthenticationStatus } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetTokenDetailsAuthenticationStatus =
GetTokenDetailsAuthenticationStatus.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>` |