mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-07 12:47:45 +00:00
3.3 KiB
3.3 KiB
GetTokenResponse
Fields
| Field | Type | Required | Description |
|---|---|---|---|
content_type |
::String | ✔️ | HTTP response content type for this operation |
status_code |
::Integer | ✔️ | HTTP response status code for this operation |
raw_response |
Faraday::Response | ✔️ | Raw HTTP response; suitable for custom response parsing |
two_hundred_application_json_object |
T.nilable(::OpenApiSDK::Operations::GetTokenResponseBody) | ➖ | Access Token |
four_hundred_application_json_object |
T.nilable(::OpenApiSDK::Operations::GetTokenPlexResponseBody) | ➖ | X-Plex-Client-Identifier is missing |