You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 2, 2022. It is now read-only.
The AuthenticationConfirmationActivity has the call only to _login commented out. This clearly means that these functions are dead code:
_login
_initChallengeResponse, which calls _requestSessionKey
Less obviously (due to inheritance) it looks like these functions are dead code:
onSessionKeyAvailable (this gets indirectly called by _requestSessionKey() which is dead?)
_authenticateAtServer
_parseResponse, etc.
This is the majority of code in the file and most of it's duplicated in:
AuthenticationPincodeActivity
Can you clarify which parts are dead by removing them?
Greetings,
The AuthenticationConfirmationActivity has the call only to _login commented out. This clearly means that these functions are dead code:
_login
_initChallengeResponse, which calls _requestSessionKey
Less obviously (due to inheritance) it looks like these functions are dead code:
onSessionKeyAvailable (this gets indirectly called by _requestSessionKey() which is dead?)
_authenticateAtServer
_parseResponse, etc.
This is the majority of code in the file and most of it's duplicated in:
AuthenticationPincodeActivity
Can you clarify which parts are dead by removing them?
Here's the code:
https://github.com/SURFnet/tiqr/blob/master/Android/MobileAuth/src/org/tiqr/authenticator/authentication/AuthenticationConfirmationActivity.java
The text was updated successfully, but these errors were encountered: