View Source oidcc_jwt_util (Oidcc v3.0.1)
Summary
Types
-type claims() :: #{binary() => term()}.
-type error() :: no_matching_key | invalid_jwt_token | {no_matching_key_with_kid, Kid :: binary()}.
-type refresh_jwks_for_unknown_kid_fun() :: fun((Jwks :: jose_jwk:key(), Kid :: binary()) -> {ok, jose_jwk:key()} | {error, term()}).