oidc v0.3.0 OIDC.Utils.Client View Source

Link to this section Summary

Functions

Returns the JWKs of a client

Link to this section Functions

Specs

jwks(OIDC.ClientConfig.t()) ::
  {:ok, [JOSEUtils.JWKS.t()]} | {:error, Exception.t()}

Returns the JWKs of a client

The "jwks" field of the client confgiuration takes precedence over the "jwks_uri" field.