Versions in this module Expand all Collapse all v0 v0.1.0 Nov 12, 2022 v0.0.1 Nov 10, 2022 Changes in this version + var ErrDismissed = errors.New("Authorization request dismissed") + var ErrInteraction = errors.New("Authorization requires interaction") + func CheckAuthorization(pid int32, uid uint32, actionId string, details map[string]string, ...) (bool, error) + type CheckFlags uint32 + const CheckAllowInteraction + const CheckNone