View Source oidcc_jwt_util (Oidcc v3.0.0-alpha.1)
Link to this section Summary
Link to this section 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()}).