exchange abstract method
Exchange a URI for an AuthenticationResponse.
This method should be called only when targeting Android. When a flow completes successfully, the result will be sent through the configured deep link URL. However, it must still be exchanged for an actual AuthenticationResponse to complete the authentication flow. The AuthenticationResponse will be returned to the original call to start.
Implementation
void exchange(Uri incomingUri);