CognitoAuth:Swift Cognito SRP身份验证流程(实验性) 源码
CognitoAuth 用法示例 import Foundation import CognitoAuth let config = AuthConfig ( endpointURL : URL ( string : " https://cognito-idp.ap-southeast-2.amazonaws.com " ) ! , clientId : " theclientid " , clientSecret : " thelcientsecret " , poolId : " 1Q2Q3Q4Q " ) let username = " ausername " let password = " apassword " let service = AuthService ( config : config, username : username, pa
文件列表
CognitoAuth-main.zip
(预估有个24文件)
CognitoAuth-main
.gitignore
53B
Sources
CognitoAuth
AuthService.swift
10KB
SRP.swift
5KB
AuthServiceDelegate.swift
326B
AuthServiceError.swift
275B
AuthConfig.swift
419B
Models
暂无评论