@auth0/nextjs-auth0 - v4.8.0
    Preparing search index...

    Type Alias GenerateSessionCookieConfig

    type GenerateSessionCookieConfig = {
        secret: string;
    }
    Index

    Properties

    Properties

    secret: string

    The secret used to derive an encryption key for the session cookie.

    IMPORTANT: you must use the same value as in the SDK configuration.