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.
Successfully performed authentication
The response is of type boolean.
boolean