aerogear-ios-oauth2

码农软件 · 软件分类 · 网络工具包 · 2019-02-26 14:11:55

软件介绍

aerogear-ios-oauth2 是基于 aerogear-ios-http 的 OAuth2 客户端。

示例:

var Http = Http()                       // [1]
let facebookConfig = FacebookConfig(    // [2]
    clientId: "YYY",
    clientSecret: "XXX",
    scopes:["photo_upload, publish_actions"])
var oauth2Module = AccountManager.addFacebookAccount(facebookConfig)  // [3]
http.authzModule = oauth2Module         // [4]
http.GET("/get", completionHandler: {(response, error) in   // [5]
    // handle response
})

本文地址:https://www.codercto.com/soft/d/177.html

Algorithms in C++

Algorithms in C++

Robert Sedgewick / Addison-Wesley Professional / 1992-05-10 / USD 64.99

This version of Sedgewick's bestselling book provides a comprehensive collection of algorithms implemented in C++. The algorithms included cover a broad range of fundamental and more advanced methods:......一起来看看 《Algorithms in C++》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

html转js在线工具
html转js在线工具

html转js在线工具