Algorithm to verify JSON web token signature
OptionalcredentialsAn optional boolean that allows making authorization necessary
OptionalisAn optional type guard function that verifies token payload structure
A string or buffer containing either the secret for HMAC algorithms, or the PEM encoded public key for RSA and ECDSA
OptionaltokenAn optional function to get the authorization token from the event
Options for the middy-middleware-jwt-auth