We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9da4f48 commit 6e6dca1Copy full SHA for 6e6dca1
1 file changed
Sources/TwitterAPIKit/TwitterAPIClient.swift
@@ -86,7 +86,7 @@ open class TwitterAPIClient {
86
extension TwitterAPIClient {
87
public typealias RefreshOAuth20TokenResultValue = (token: TwitterAuthenticationMethod.OAuth20, refreshed: Bool)
88
/// Refresh OAuth2.0 token
89
- open func refreshOAuth20Token(
+ public func refreshOAuth20Token(
90
type: TwitterAuthenticationMethod.OAuth20WithPKCEClientType,
91
forceRefresh: Bool = false,
92
_ block: @escaping (Result<RefreshOAuth20TokenResultValue, TwitterAPIKitError>) -> Void
0 commit comments