Documentation ¶
Overview ¶
Package uncached provides uncached versions of go-keypairs/keyfetch
Index ¶
- func Fetch(url string) (map[string]string, keypairs.PublicKey, error)
- func JWKs(jwksurl string) (map[string]map[string]string, map[string]keypairs.PublicKey, error)
- func OIDCJWKs(baseURL string) (map[string]map[string]string, map[string]keypairs.PublicKey, error)
- func PEM(pemurl string) (map[string]string, keypairs.PublicKey, error)
- func WellKnownJWKs(baseURL string) (map[string]map[string]string, map[string]keypairs.PublicKey, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OIDCJWKs ¶
OIDCJWKs gets the OpenID Connect configuration from the baseURL and then calls JWKs with the specified jwks_uri
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.