default constructor.
Protected
handlerProtected
headersencode as JWT string.
Optional
params: { alias?: string; current?: number }Optional
alias?: stringKMS alias to use
Optional
current?: numbercurrent ms
Protected
findKMSServicefind(or make) the proper KMSService per key
service
key of KMS
parse of header[x-lemon-identity
] to get the instance of NextIdentity
[FOR INTERNAL CALL BY LAMBDA]
x-lemon-identity
정보로부터, 계정 정보를 얻음 (for direct call via lambda)[FOR EXTERNAL CALL BY API-GW]
parse as jwt-token, and validate the signature.
Optional
params: { current?: number; verify?: boolean }Optional
current?: numbercurrent ms
Optional
verify?: booleanflag to verify JWT (default true)
parse as identity from json encoded text.
override with AWS request-context
Generated using TypeDoc
class:
MyHttpHeaderTool