Skip to content

Commit

Permalink
Change access level of func postOAuthAccessTokenWithRequestToken
Browse files Browse the repository at this point in the history
  • Loading branch information
Dai Ho V authored Jun 8, 2018
2 parents cba117f + 0c07960 commit 9cb18b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/OAuth1Swift.swift
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ open class OAuth1Swift: OAuthSwift {
}

// 3. Get Access token
func postOAuthAccessTokenWithRequestToken(success: @escaping TokenSuccessHandler, failure: FailureHandler?) {
open func postOAuthAccessTokenWithRequestToken(success: @escaping TokenSuccessHandler, failure: FailureHandler?) {
var parameters = [String: Any]()
parameters["oauth_token"] = self.client.credential.oauthToken
if !self.allowMissingOAuthVerifier {
Expand Down

0 comments on commit 9cb18b7

Please sign in to comment.