We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd74b49 commit c560d56Copy full SHA for c560d56
Sources/AppleAPI/Client.swift
@@ -61,6 +61,9 @@ public class Client {
61
}
62
63
64
+ /// SRPLogin - Secure Remote Password
65
+ /// https://tools.ietf.org/html/rfc2945
66
+ /// Forked from https://github.com/adam-fowler/swift-srp that provides the algorithm
67
public func srpLogin(accountName: String, password: String) -> Promise<Void> {
68
var serviceKey: String!
69
let client = SRPClient(configuration: SRPConfiguration<SHA256>(.N2048))
0 commit comments