loggers top-level property

List<Logger> loggers
final

All the loggers used in the aaf_rapid_connect library.

The library uses these loggers:

  • aaf_rapid_connect.assertion for the encoded assertion.
  • aaf_rapid_connect.jwt for the assertion decoded into a JWT.
  • aaf_rapid_connect.authenticate for the result of processing the JWT.

Implementation

final loggers = [
  _logAssertion,
  _logJwt,
  _logAuthenticate,
];