Skip to content

Commit

Permalink
Add storeIDToken to config params docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath committed Mar 1, 2024
1 parent 951a248 commit 775443a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export interface NextConfig extends BaseConfig {
* - `AUTH0_SESSION_ROLLING_DURATION`: See {@link SessionConfig.rollingDuration}.
* - `AUTH0_SESSION_ABSOLUTE_DURATION`: See {@link SessionConfig.absoluteDuration}.
* - `AUTH0_SESSION_AUTO_SAVE`: See {@link SessionConfig.autoSave}.
* - `AUTH0_SESSION_STORE_ID_TOKEN`: See {@link SessionConfig.storeIDToken}.
* - `AUTH0_COOKIE_DOMAIN`: See {@link CookieConfig.domain}.
* - `AUTH0_COOKIE_PATH`: See {@link CookieConfig.path}.
* - `AUTH0_COOKIE_TRANSIENT`: See {@link CookieConfig.transient}.
Expand Down

0 comments on commit 775443a

Please sign in to comment.