mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 20:47:45 +00:00
21 lines
12 KiB
Markdown
21 lines
12 KiB
Markdown
# GetPinResponseBody
|
|
|
|
The Pin
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
| `id` | *Double* | :heavy_minus_sign: | PinID for use with authentication | 1272322473 |
|
|
| `code` | *String* | :heavy_minus_sign: | N/A | 3patfx1a78ukcbr7x0n9bl26t |
|
|
| `product` | *String* | :heavy_minus_sign: | N/A | Plex Web |
|
|
| `trusted` | *Boolean* | :heavy_minus_sign: | N/A | |
|
|
| `qr` | *String* | :heavy_minus_sign: | a link to a QR code hosted on plex.tv <br/>The QR code redirects to the relevant `plex.tv/link` authentication page<br/>Which then prompts the user for the 4 Digit Link Pin<br/> | https://plex.tv/api/v2/pins/qr/3patfx1a78ukcbr7x0n9bl26t |
|
|
| `clientIdentifier` | *String* | :heavy_minus_sign: | N/A | Postman |
|
|
| `location` | [lukehagar.plexapi.plexapi.models.operations.Location](../../models/operations/Location.md) | :heavy_minus_sign: | N/A | |
|
|
| `expiresIn` | *Double* | :heavy_minus_sign: | N/A | 1800 |
|
|
| `createdAt` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | N/A | 2023-04-12 17:00:03 +0000 UTC |
|
|
| `expiresAt` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | N/A | 2023-04-12 17:30:03 +0000 UTC |
|
|
| `authToken` | *String* | :heavy_minus_sign: | N/A | |
|
|
| `newRegistration` | *String* | :heavy_minus_sign: | N/A | | |