mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-06 04:20:52 +00:00
12 KiB
12 KiB
GetPinResponseBody
The Pin
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
Optional[float] | ➖ | PinID for use with authentication | 1272322473 |
code |
Optional[str] | ➖ | N/A | 3patfx1a78ukcbr7x0n9bl26t |
product |
Optional[str] | ➖ | N/A | Plex Web |
trusted |
Optional[bool] | ➖ | N/A | |
qr |
Optional[str] | ➖ | a link to a QR code hosted on plex.tv The QR code redirects to the relevant plex.tv/link authentication pageWhich then prompts the user for the 4 Digit Link Pin |
https://plex.tv/api/v2/pins/qr/3patfx1a78ukcbr7x0n9bl26t |
client_identifier |
Optional[str] | ➖ | N/A | Postman |
location |
Optional[operations.Location] | ➖ | N/A | |
expires_in |
Optional[float] | ➖ | N/A | 1800 |
created_at |
date | ➖ | N/A | 2023-04-12 17:00:03 +0000 UTC |
expires_at |
date | ➖ | N/A | 2023-04-12 17:30:03 +0000 UTC |
auth_token |
Optional[str] | ➖ | N/A | |
new_registration |
Optional[bool] | ➖ | N/A |