Skip to content

Commit

Permalink
Merge pull request #617 from jlynch1/2.1.0
Browse files Browse the repository at this point in the history
#613 Calling Convenience initialiser when subclassing OAuth2Swift fai…
  • Loading branch information
phimage committed Nov 10, 2020
2 parents 4aae467 + 6a39e2a commit b613476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/OAuthSwift.swift
Expand Up @@ -23,7 +23,7 @@ open class OAuthSwift: NSObject, OAuthSwiftRequestHandle {
fileprivate var currentRequests: [String: OAuthSwiftRequestHandle] = [:]

// MARK: init
init(consumerKey: String, consumerSecret: String) {
public init(consumerKey: String, consumerSecret: String) {
self.client = OAuthSwiftClient(consumerKey: consumerKey, consumerSecret: consumerSecret)
}

Expand Down

0 comments on commit b613476

Please sign in to comment.