mirror of
https://github.com/LukeHagar/plexphp.git
synced 2025-12-07 20:47:46 +00:00
3.4 KiB
3.4 KiB
GetTokenResponse
Fields
| Field | Type | Required | Description |
|---|---|---|---|
contentType |
string | ✔️ | HTTP response content type for this operation |
statusCode |
int | ✔️ | HTTP response status code for this operation |
rawResponse |
\Psr\Http\Message\ResponseInterface | ✔️ | Raw HTTP response; suitable for custom response parsing |
twoHundredApplicationJsonObject |
?\LukeHagar\Plex_API\Models\Operations\GetTokenResponseBody | ➖ | Access Token |
fourHundredApplicationJsonObject |
?\LukeHagar\Plex_API\Models\Operations\GetTokenPlexResponseBody | ➖ | X-Plex-Client-Identifier is missing |