onValidCredentialsProvided abstract method
This method is invoked when valid device passcode credentials were provided and verified locally.
The method is invoked after verifyDevicePasscode has been invoked and DevicePasscodeUserVerificationHandler.listenForOsCredentials is invoked in the DevicePasscodeUserVerificationHandler of verifyDevicePasscode and the end-user provides valid device passcode credentials.
This method can be used for instance to display some progress message indicating that the operation is ongoing.
Note that invoking this method does not mean that the UAF operation completed
successfully (this is notified through onSuccess methods once the FIDO UAF
server validates the request generated with the credentials).
Implementation
void onValidCredentialsProvided();