challenge abstract method

Future<Authenticate> challenge(
  1. Extra extra
)

This method is called by the session if the router returns the challenge or the challenges extra respectively.

Implementation

Future<Authenticate> challenge(Extra extra);