mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
328 B
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 |