Type Alias GenerateSessionCookieConfig

GenerateSessionCookieConfig: { secret: string }

Type declaration

  • 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.