SAP Cloud SDK for JavaScript - v4.1.1
    Preparing search index...

    Options to control certain aspects of JWT verification behavior.

    Since v4.1.0. This interface is no longer used as the incoming JWT is not verified during destination retrieval.

    interface VerifyJwtOptions {
        cacheVerificationKeys?: boolean;
    }
    Index

    Properties

    cacheVerificationKeys?: boolean

    The verification keys are cached if set to true.

    Since v4.1.0. This property has no effect as the incoming JWT is no longer verified during destination retrieval.

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