5.7.148. Bugzilla::Extension::AuthJWT::Source

5.7.148.1. Description

Bugzilla::Extension::AuthJWT::Source - A module for encapsulating Sources of JWTs.

5.7.148.2. Fields

  • id
The index for this Source in the database.
  • kid
The key ID to validate on.
  • cert
The public certificate to validate this kid.
  • regex
A regex to regex against the mail address supplied in the JWT.
  • repl
A regex to repl the regex with.

5.7.148.3. Accessors

These methods allow you to get the specified field for the JWT Source.

  • id
  • kid
  • cert
  • comment
  • regex
  • repl

5.7.148.4. Methods

These methods allow you to set the specified field for the JWT Source.

  • set_kid
  • set_cert
  • set comment

This documentation undoubtedly has bugs; if you find some, please file them here.