Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A loop is made going through each plugin in the authentication config.

Authentication Init Object is created.

it runs the apicheck function if this says they are compatible then it will run the init function, after this it will run the register_callback_routines function. The data from this function is then parsed onto the register_callback function

...