Files
plexjs/docs/models/gettokenbypinidrequest.md

18 lines
3.5 KiB
Markdown

# GetTokenByPinIdRequest
## Example Usage
```typescript
import { GetTokenByPinIdRequest } from "@lukehagar/plexjs";
let value: GetTokenByPinIdRequest = {
pinID: 800911,
};
```
## Fields
| Field | Type | Required | Description | Example |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `xPlexClientIdentifier` | *string* | :heavy_minus_sign: | The unique identifier for the client application<br/>This is used to track the client application and its usage<br/>(UUID, serial number, or other number unique per device)<br/> | Postman |
| `pinID` | *number* | :heavy_check_mark: | The PinID to retrieve an access token for | |