Files
plexjs/docs/sdk/models/operations/postuserssignindataresponse.md

3.1 KiB
Raw Blame History

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