Options to control certain aspects of JWT verification behavior.

interface VerifyJwtOptions {
    cacheVerificationKeys?: boolean;
}

Properties

cacheVerificationKeys?: boolean

The verification keys are cached if set to true.

Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.