PamResult: QtObject [enum]

import Quickshell.Services.Pam

The result of an authentication. More

Variants

Functions

Detailed Description

See [signal] PamContext.completed().

Variant Details

Error

An error occurred while trying to authenticate.

Failed

Authentication failed.

MaxTries

The authentication method ran out of tries and should not be used again.

Success

Authentication was successful.

Function Details

string toString(value: PamResult)

No details provided.