AuthenticationManager:一个用于帮助管理各种身份验证方法的 iOS 框架

时间:2024-06-20 03:54:54
【文件属性】:

文件名称:AuthenticationManager:一个用于帮助管理各种身份验证方法的 iOS 框架

文件大小:30KB

文件格式:ZIP

更新时间:2024-06-20 03:54:54

Swift

认证管理器 Authentication Manager 是一个用 Swift 编写的 iOS 框架,旨在帮助应用程序内身份验证。 身份验证管理器当前支持单一身份验证类型:PIN。 PIN 正是它在罐头上所说的:个人识别码,在这种情况下是一个 4 位长的数字代码。 ##安装 AuthenticationManager会无法通过 ,但希望可在未来。 现在,要安装 Authentication Manager 框架,只需将其添加为 git 子模块: git submodule add https://github.com/YetiiNet/AuthenticationManager.git AuthenticationManagerFramework 添加子模块后,将AuthenticationManagerFramework目录中的AuthenticationManager.xco


【文件预览】:
AuthenticationManager-master
----LICENSE(1KB)
----.travis-xcode6.yml(197B)
----AuthenticationManagerTests()
--------AuthenticationManagerTests.swift(956B)
--------Info.plist(748B)
--------PINManagerTests.swift(5KB)
----AuthenticationManager.podspec.broken(1KB)
----.gitignore(494B)
----AuthenticationManager()
--------PINViewControllerDelegate.swift(284B)
--------AuthenticationViewController.swift(1KB)
--------AuthenticationManager.h(624B)
--------PINSetupDelegate.swift(255B)
--------Constants.swift(397B)
--------PINAuthenticationDelegate.swift(372B)
--------PINViewController.swift(3KB)
--------AuthentictionType.swift(275B)
--------PINInputViewController.swift(4KB)
--------PINUpdateDelegate.swift(256B)
--------AuthenticationDelegate.swift(325B)
--------PINUpdateViewController.swift(2KB)
--------Storyboard.storyboard(7KB)
--------PINAuthenticationViewController.swift(2KB)
--------JNKeychain.h(436B)
--------Info.plist(821B)
--------PINManager.swift(2KB)
--------AuthenticationManager.swift(2KB)
--------PINSetupViewController.swift(1KB)
--------JNKeychain.m(2KB)
----README.md(7KB)
----AuthenticationManager.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(28KB)
--------xcshareddata()

网友评论