RAGS - v1.11.0
    Preparing search index...

    Type Alias RegisterOptions

    type RegisterOptions = {
        fallback?: boolean;
        objectPath?: string;
        sessionId?: string;
    }
    Index

    Properties

    fallback?: boolean

    Register as a fallback agent when another non-fallback agent exists.

    objectPath?: string

    D-Bus object path for the authentication agent.

    sessionId?: string

    Register for this logind/ConsoleKit session id instead of this process' session.