/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-jwks-uri-string-c-c-7bae4a8bb45e-jwks-uri-string-c-context-promise-s0327-c0000.md
jwks_uri: `string` | `(c: Context) => Promise ` - hono-docs
jwks uri: string | (c: Context) = Promise Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt jwks ur...
jwks_uri: string | (c: Context) => Promise
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://hono.dev/llms-full.txt#jwks-uri-string-c-context-promise
Summary
If this value is set, attempt to fetch JWKs from this URI, expecting a JSON response with keys, which are added to the provided keys option. You can also pass a callback function to dynamically determine the JWKS URI using the Context.
Content
If this value is set, attempt to fetch JWKs from this URI, expecting a JSON response with keys, which are added to the provided keys option. You can also pass a callback function to dynamically determine the JWKS URI using the Context.