Current section
Files
Jump to
Current section
Files
include/gose@jose@encrypted_jwt_EncryptedJwt.hrl
-record(encrypted_jwt, {
alg :: gose@algorithm:key_encryption_alg(),
enc :: gose@algorithm:content_alg(),
kid :: gleam@option:option(binary()),
claims :: gose@jose@jwt:claims(),
claims_json :: bitstring(),
token :: binary()
}).