Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:4242/{computer_name}/api/keychain/authenticate \ --header 'Content-Type: application/json' \ --data ' { "authElements": [ { "type": "username", "value": "user@example.com" }, { "type": "password", "value": "secret123" } ], "service": "github" } '
true
Verifies authentication elements against stored keychain item.
Service identifier to authenticate
"github"
Authentication elements to verify
Show child attributes
Successfully performed authentication
The response is of type boolean.
boolean