Yubico / yubikit-android

Yubico Mobile Android SDK - YubiKit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OTPListener interface not accessible outside the com.yubico.yubikit.otp package

tonydailallscripts opened this issue · comments

I created a Xamarin binding for Yubikit and otp packages. I am unable to implement the interface since it does not have an access modifier and it defaults to private. I made it public in my local repository and it resolves the issue.

Valid point. Please feel free to submit pull request with this change.

I do not have commit privileges.

Thank you for your feedback! We are investigating if the change would have any unwanted effects and will accommodate the change in the next RC, which is currently planned for end of next week.

Feel free to reach out if you have any further feedback or questions.

After some investigation we determined that this class and some other related ones shouldn't be extended by the user, and some access modifiers have been changed to reflect that.