oidc v0.1.0 OIDC.Client View Source
Link to this section Summary
Functions
Returns the JWKs of a client
Link to this section Functions
Link to this function
jwks(arg1)
View Sourcejwks(OIDC.Auth.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.