mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
3.1 KiB
3.1 KiB
PostUsersSignInDataResponse
Example Usage
import { PostUsersSignInDataResponse } from "@lukehagar/plexjs/sdk/models/operations";
let value: PostUsersSignInDataResponse = {
contentType: "<value>",
statusCode: 43555,
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
contentType |
string | ✔️ | HTTP response content type for this operation |
statusCode |
number | ✔️ | HTTP response status code for this operation |
rawResponse |
Response | ✔️ | Raw HTTP response; suitable for custom response parsing |
userPlexAccount |
operations.PostUsersSignInDataUserPlexAccount | ➖ | Returns the user account data with a valid auth token |