mirror of
https://github.com/LukeHagar/plexgo.git
synced 2025-12-09 20:47:49 +00:00
12 KiB
12 KiB
GetPinResponseBody
The Pin
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
ID |
*float64 | ➖ | PinID for use with authentication | 1272322473 |
Code |
*string | ➖ | N/A | 3patfx1a78ukcbr7x0n9bl26t |
Product |
*string | ➖ | N/A | Plex Web |
Trusted |
*bool | ➖ | N/A | |
Qr |
*string | ➖ | 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 |
ClientIdentifier |
*string | ➖ | N/A | Postman |
Location |
*operations.Location | ➖ | N/A | |
ExpiresIn |
*float64 | ➖ | N/A | 1800 |
CreatedAt |
*time.Time | ➖ | N/A | 2023-04-12 17:00:03 +0000 UTC |
ExpiresAt |
*time.Time | ➖ | N/A | 2023-04-12 17:30:03 +0000 UTC |
AuthToken |
*string | ➖ | N/A | |
NewRegistration |
*bool | ➖ | N/A |