iOS - OAuth 2.0如何获取一次性代码?

时间:2015-05-18 14:35:01

标签: ios oauth oauth-2.0 authorization google-oauth

如何获得此一次性代码?我需要这个来为我的应用程序启用服务器端API访问。

我正在使用GTMOAuth2ViewControllerTouch

- (id)initWithScope:(NSString *)scope
           clientID:(NSString *)clientID
       clientSecret:(NSString *)clientSecret
   keychainItemName:(NSString *)keychainItemName
  completionHandler:(GTMOAuth2ViewControllerCompletionHandler)handler

并且完成处理程序返回completionHandler:^(GTMOAuth2ViewControllerTouch *viewController, GTMOAuth2Authentication *auth, NSError *error)

但这里缺少一次性代码。

另外,根据初始化程序,我们必须传递范围,客户端ID,但缺少本机应用程序的客户端ID。

根据https://console.developers.google.com/project/velvety-citizen-760/apiui/credential 我已启用iOS应用程序的客户端ID和本机应用程序的客户端ID。

我唯一的主要目标是按照图表

获取一次性代码

enter image description here

0 个答案:

没有答案