auth.provider API
    Preparing search index...

    Interface ProtectedResourceBindingOptions

    interface ProtectedResourceBindingOptions {
        logger?: Logger;
        mechanisms: readonly TokenBindingMechanism[];
    }
    Index
    logger?: Logger
    mechanisms: readonly TokenBindingMechanism[]

    The same mechanisms tokenBindingMw is composed from. MAY be empty: a deployment with no mechanisms still has to refuse cnf-bearing tokens minted before the mechanism was removed, so an empty list is a meaningful configuration rather than a reason to skip the middleware.