auth0/SimpleKeychain

No Swift interface for new additions

buguibu opened this issue · 1 comments

Description

I'm not able to access to some the new features added with #74 on Swift code.

Reproduction

I'm trying to deal with biometric authentication by my own, so I want to pass my own LAContext to the A0SimpleKeychain instance but there is no way, the interface isn't accessible in Swift.

Environment

In my Podifle:

    pod 'Auth0', '~> 1.21'
    pod 'SimpleKeychain', '~> 0.10'

My project supports iOS 11.4 in advance.

@buguibu thanks for reporting this!