PopClip JavaScript API Reference
    Preparing search index...

    Interface AuthOptions

    The authsecret property has the special behaviour of throwing an Error with the message 'Not signed in' if it is accessed while either undefined or holding an empty string.

    interface AuthOptions {
        authsecret: string;
    }
    Index
    authsecret: string

    The stored value that was returned from the auth() function.