Files
plexjs/docs/models/operations/gettransienttokenscope.md

328 B

GetTransientTokenScope

The value all is the only supported scope parameter.

Example Usage

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

let value: GetTransientTokenScope = GetTransientTokenScope.All;

Values

Name Value
All all