Yubico / yubikit-android

Yubico Mobile Android SDK - YubiKit
Apache License 2.0
103 stars 38 forks source link

add OathSession isLocked #42

Closed AdamVe closed 2 years ago

AdamVe commented 2 years ago

Adds public boolean isLocked() method to OathSession to get the current lock state.

Once the OathSession is successfully unlocked with unlock the method returns false until the session is closed or reset() is called.