GROAuth2SessionManager:基于 AFNetworking 的 AFHTTPSessionManager 的 OAuth2 认证助手

时间:2024-07-01 18:48:54
【文件属性】:

文件名称:GROAuth2SessionManager:基于 AFNetworking 的 AFHTTPSessionManager 的 OAuth2 认证助手

文件大小:14KB

文件格式:ZIP

更新时间:2024-07-01 18:48:54

Objective-C

GROAuth2SessionManager GROAuth2SessionManager是延期 ,大大简化了认证针对的过程提供商。 它基于 ,但进行了一些更改以支持 AFNetworking 2。 示例用法 NSURL *url = [ NSURL URLWithString: @" http://example.com/ " ]; GROAuth2SessionManager *sessionManager = [GROAuth2SessionManager managerWithBaseURL: url clientID: kClientID secret: kClientSecret ]; [sessionManager authenticateUsingOAuthWithPath: @" /oauth/token "


【文件预览】:
GROAuth2SessionManager-master
----GROAuth2SessionManager()
--------AFOAuthCredential.h(7KB)
--------GROAuth2SessionManager.m(9KB)
--------GROAuth2SessionManager.h(11KB)
--------AFOAuthCredential.m(8KB)
----GROAuth2SessionManager.xcworkspace()
--------contents.xcworkspacedata(983B)
----LICENSE(2KB)
----README.md(2KB)
----GROAuth2SessionManager.podspec(1KB)
----.gitignore(22B)

网友评论