mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-08 20:47:44 +00:00
1.7 KiB
1.7 KiB
GetTransientTokenRequest
Example Usage
import { GetTransientTokenQueryParamType, GetTransientTokenRequest, Scope } from "@lukehagar/plexjs";
let value: GetTransientTokenRequest = {
type: GetTransientTokenQueryParamType.Delegation,
scope: Scope.All,
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
type |
models.GetTransientTokenQueryParamType | ✔️ | delegation - This is the only supported type parameter. |
scope |
models.Scope | ✔️ | all - This is the only supported scope parameter. |