Versions Compared

Key

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

...

Authentication Init Object is created.

it runs the apicheck function if 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

Authentication

The do_authentication function is function is called, this is the start of the authentication routine/procedure.

...

This is the first set of callbacks run and takes a Authentication a Authentication preauth object

Auth

The auth callbacks are then called with a Authentication auth object

...