AppPinAuthenticator public class AppPinAuthenticator An authenticator to authenticate the user with Application Pin init(cryptoKey:) Declaration Swift public init(cryptoKey: CryptoKey) generateKeys(description:pin:) Generate public and private key pair Declaration Swift open func generateKeys(description: String, pin: String) throws -> KeyPair accessControl() Access Control for the authetication type Declaration Swift open func accessControl() -> SecAccessControl?