Skip to content

authjoy


authjoy / StatelessRefreshableJWTConfigSchema

Variable: StatelessRefreshableJWTConfigSchema

const StatelessRefreshableJWTConfigSchema: ZodObject<{ algorithm: ZodDefault<ZodEnum<{ ES256: "ES256"; RS256: "RS256"; }>>; audience: ZodOptional<ZodString>; expiresIn: ZodDefault<ZodUnion<readonly [ZodString, ZodNumber]>>; issuer: ZodOptional<ZodString>; refreshExpiresIn: ZodDefault<ZodOptional<ZodString>>; refreshSecret: ZodString; secret: ZodString; }, $strip>

Defined in: src/auth/strategies/jwt/base/types.ts:23

Released under the MIT License.