Algorithm to verify JSON web token signature
Optional
credentialsAn optional boolean that allows making authorization necessary
Optional
isAn 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
Optional
tokenAn optional function to get the authorization token from the event
Options for the middy-middleware-jwt-auth