Optional addStandard JWT claims to automatically inject.
Optional additionalA container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.
Algorithm to use for the JWT authentication.
Optional expiresToken time-to-live in seconds.
Optional headerCustom JWT header as a JSON string.
JWT claims as a JSON string.
Signing key for the JWT authentication. Use the shared secret for HS256
or the private key (PEM format) for RS256 and ES256.
Optional tokenPrefix added before the token in the Authorization header. Defaults to Bearer.
The type of authentication to use when performing the test.
Generated using TypeDoc
Object to handle JWT authentication when performing the test.