SetSigner wires the RS256 agent-token signer (Slice 5b). Optional — when nil or disabled, /.well-known/jwks.json serves an empty key set and the agent-identity token paths (later sub-slices) report "not enabled".
(s *agentauth.Signer)
| 440 | // or disabled, /.well-known/jwks.json serves an empty key set and the |
| 441 | // agent-identity token paths (later sub-slices) report "not enabled". |
| 442 | func (a *API) SetSigner(s *agentauth.Signer) { a.signer = s } |
| 443 | |
| 444 | // SetOAuthStorage wires in the OAuth storage handle separately from |
| 445 | // the provider. The consent handler needs Pool() to begin a pgx tx |
no outgoing calls