View Source oidcc_jwt_util (Oidcc v3.0.1)

JWT Utilities

Summary

Types

-type claims() :: #{binary() => term()}.
-type error() :: no_matching_key | invalid_jwt_token | {no_matching_key_with_kid, Kid :: binary()}.
Link to this type

refresh_jwks_for_unknown_kid_fun/0

View Source
-type refresh_jwks_for_unknown_kid_fun() ::
    fun((Jwks :: jose_jwk:key(), Kid :: binary()) -> {ok, jose_jwk:key()} | {error, term()}).