File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Modules/Sources/Yosemite/Actions Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,6 @@ public enum JetpackConnectionAction: Action {
2121 /// Provisions connection and returns provision response with scope and secret.
2222 case provisionConnection( completion: ( Result < JetpackConnectionProvisionResponse , Error > ) -> Void )
2323 /// Finalizes the Jetpack connection by sending a request to WPCom.
24- /// - Parameters:
25- /// - siteID: ID of the site
26- /// - siteURL: URL of the site
27- /// - provisionResponse: Response from the provision connection call
28- /// - network: Network instance to create SiteRemote
29- /// - completion: Called when the result of the finalization is available.
3024 case finalizeConnection( siteID: Int64 ,
3125 siteURL: String ,
3226 provisionResponse: JetpackConnectionProvisionResponse ,
You can’t perform that action at this time.
0 commit comments