check_auth_status
Verify Plex authentication status and retrieve the authentication token to enable access to media libraries and content management.
Instructions
Check if Plex authentication is complete and retrieve the auth token
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pin_id | No | Optional pin ID to check. If not provided, uses the last requested pin. |
Input Schema (JSON Schema)
{
"properties": {
"pin_id": {
"description": "Optional pin ID to check. If not provided, uses the last requested pin.",
"type": "string"
}
},
"required": [],
"type": "object"
}