handleChallenge method
- Map challenge
You must implement this method to handle the challenge logic, for example to display the login screen.
The framework will only call this method with challenge
if it is determined that this challenge handler is a match for this challenge.
Implementation
void handleChallenge(Map challenge);