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.
Documentation IndexFetch the complete documentation index at: https://docs.cuse.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.cuse.dev/llms.txt
Use this file to discover all available pages before exploring further.
Service identifier to authenticate
"github"
Authentication elements to verify
Show child attributes
Successfully performed authentication
The response is of type boolean.
boolean