View Source oidcc_jwt_util (Oidcc v3.1.1)
Summary
Types
-type error() :: no_matching_key | invalid_jwt_token | {no_matching_key_with_kid, Kid :: binary()} | {none_alg_used, Jwt :: #jose_jwt{}, Jws :: #jose_jws{}}.
-type refresh_jwks_for_unknown_kid_fun() :: fun((Jwks :: jose_jwk:key(), Kid :: binary()) -> {ok, jose_jwk:key()} | {error, term()}).