Function
set-jwks
Cache JWKS for a given URI (optional - no-op if caching not implemented) The transport calls this after successfully fetching JWKS from jwks-uri Providers can implement caching via WASI-KV or other persistence mechanisms The jwks parameter contains the raw JWKS JSON string to cache
set-jwks: func(jwks-uri: string, jwks: string);