Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JwtOptions

Hierarchy

  • JwtOptions

Index

Properties

Optional authOpts

Authentication options for middleware

Optional debug

debug: undefined | false | true

Ignored if authOpts.passthrought true

Optional decodeOpts

decodeOpts: DecodeOpts

secret

secret: SignSecret

For signing and verifying if without passing secret param, Note: the type of VerifySecret without object

Optional signOpts

signOpts: SignOpts

Optional verifyOpts

verifyOpts: VerifyOpts

Optional verifySecret

verifySecret: VerifySecret | VerifySecret[] | false

Generated using TypeDoc