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;
}

Properties

Properties

authsecret: string

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