Module erljwt

Function Index

algorithms/0
check_sig/3
create/3
create/4
create/5
to_map/1
validate/4

Function Details

algorithms/0

algorithms() -> algo_list()

check_sig/3

check_sig(Jwt::jwt(), AllowedAlgos::algo_list(), Key::keys()) -> jwt_result()

create/3

create(Alg::algorithm(), ClaimSetMap::claims(), Key::key()) -> jwt()

create/4

create(Alg::algorithm(), ClaimSetMap::claims(), ExpirationSeconds::exp_seconds(), Key::key()) -> jwt()

create/5

create(Alg::algorithm(), ClaimSetMap::claims(), HeaderMapIn::header(), ExpirationSeconds::exp_seconds(), Key::key()) -> jwt()

to_map/1

to_map(Jwt::jwt()) -> jwt_result()

validate/4

validate(Jwt::jwt(), AllowedAlgos::algo_list(), ExpClaims::exp_claims(), KeyList::keys()) -> jwt_result()


Generated by EDoc