Build a ResourceServerConfig directly from a JwtVerifierConfig, so a
hand-tuned verifier (custom clock skew, pinned PEM keys, extra scopes) flows
through the single auth entry without re-typing its audience/issuer/
requiredScopes as the resource-server metadata. Derives resource from
vc.audience, authorizationServers from vc.issuer, and scopesSupported
from vc.requiredScopes.
Build a ResourceServerConfig directly from a JwtVerifierConfig, so a hand-tuned verifier (custom clock skew, pinned PEM keys, extra scopes) flows through the single auth entry without re-typing its audience/issuer/ requiredScopes as the resource-server metadata. Derives resource from vc.audience, authorizationServers from vc.issuer, and scopesSupported from vc.requiredScopes.