Packages

Gleam implementation of JOSE (JWS, JWE, JWK, JWT) and COSE (COSE_Sign, COSE_Encrypt, COSE_Mac0, CWT) standards

Current section

Files

Jump to
gose include gose@jwt_Verifier.hrl
Raw

include/gose@jwt_Verifier.hrl

-record(verifier, {
alg :: gose@jwa:jws_alg(),
keys :: list(gose@jwk:jwk()),
options :: gose@jwt:jwt_validation_options()
}).