View Source OIDC.Utils.Client (oidc v0.5.0)

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.