quickshell-web/modules/Quickshell.Services.Pam/PamResult.json
2024-09-28 02:35:19 +03:00

53 lines
1.1 KiB
JSON

{
"name": "PamResult",
"module": "Quickshell.Services.Pam",
"type": "class",
"super": {
"type": "qt",
"module": "qml.QtQml",
"name": "QtObject"
},
"description": "The result of an authentication.",
"details": "See TYPE99MQS_Quickshell_Services_Pam99NPamContext99Vcompleted99Tsignal99TYPE.\n",
"flags": [
"enum"
],
"properties": {},
"functions": [
{
"ret": {
"type": "qt",
"module": "qml",
"name": "string"
},
"name": "toString",
"id": "toString",
"details": null,
"params": [
{
"name": "value",
"type": {
"type": "local",
"module": "Quickshell.Services.Pam",
"name": "PamResult"
}
}
]
}
],
"signals": {},
"variants": {
"MaxTries": {
"details": "The authentication method ran out of tries and should not be used again.\n"
},
"Failed": {
"details": "Authentication failed.\n"
},
"Success": {
"details": "Authentication was successful.\n"
},
"Error": {
"details": "An error occurred while trying to authenticate.\n"
}
}
}