(context.Context)
| 162 | // PublicKeyProvider provides a set of public keys. |
| 163 | type PublicKeyProvider interface { |
| 164 | PublicKeys(context.Context) (*jose.JSONWebKeySet, error) |
| 165 | } |
| 166 | |
| 167 | // PublicKeyProviderFunc is a function that implements PublicKeyProvider. |
no outgoing calls
no test coverage detected