onChallenge property

Stream<Extra> get onChallenge

When the challenge starts the stream will provide the current Extra in case the client needs some additional information to challenge the server.

Implementation

Stream<Extra> get onChallenge;