property RefreshTokenOptions.accessToken

Optional access token options (passed through to jwt.sign).

Properties

readonly
optional
expiresIn: string
readonly
optional
audience: string
readonly
optional
issuer: string

Usage

import { type RefreshTokenOptions } from "auth-plugin/src/index.ts";