To use OAuth authentication you need to use preemptive authentication.
要使用OAuth认证,您需要使用先占式认证。
You can leverage them to add OAuth authentication support to your HttpClient application.
您可以利用它们来添加oauth支持到您的HttpClient应用程序。
Currently, Twitter is working on a way to enable OAuth authentication for secured requests.
目前,Twitter正致力于寻找一种方式来启用OAuth身份验证以获得安全请求。
Now you can get the user profile via HttpClient using OAuth authentication, as shown in Listing 5.
现在您可以使用OAuth认证通过HttpClient获取用户配置文件,如清单5所示。
The Web application also allows you to set a callback URL to which Twitter will redirect after OAuth authentication is successful.
该Web应用程序还支持您设置回调url,在成功进行了OAuth身份验证后,Twitter将重定向到此url。
But remember you must set a correct callback URL with Twitter so that it knows where to redirect after a successful OAuth authentication.
但是,记住,您必须为Twitter设置正确的回调url,以便在成功进行了OAuth身份验证后,Twitter知道应该将用户重定向到哪里。
You will also notice that OAuth authentication is slightly different as we will register this application as a Browser application instead of a desktop one.
您还会注意到,将此应用程序注册为Browser应用程序和将其注册为桌面应用程序的OAuth身份验证略有不同。
To use the Google Buzz PHP Client Library, you will also need to register your web application with Google and obtain the necessary OAuth consumer secret for OAuth authentication.
要使用GoogleBuzzPHPClientLibrary,您也需要将您的web应用程序注册到 Google并获得进行OAuth 身份认证所必需的 OAuth消费方机密(consumer secret)。
Another example of using a recipe is implementing OAuth-based authentication.
使用recipe的另一个例子是实现基于OAuth的认证。
The Netflix authentication methods are based on the OAuth Core 1.0 protocol.
Netflix的认证方式基于OAuthCore 1.0协议。
The Facebook Platform provides support for OAuth 2.0 authentication as well as support for an older, custom authorization signature scheme.
FacebookPlatform对OAuth 2.0身份认证提供支持,也支持一种较老的、定制的授权签名方案。
OAuth does have signatures as part of its protocol, but I wanted something that was orthogonal to authentication as the client and server may not be using OAuth for authentication.
签名确实是OAuth协议的一部分,但我曾经希望与认证互相垂直的某些内容能作为客户端、而服务器可以不用OAuth进行认证。
OpenID and OAuth could be used for authentication.
OpenID和OAuth可以被用来进行身份验证。
Usergrid's API implements an oAuth 2.0 authentication model.
Usergrid的API实现了oAuth 2.0的授权模型。
A Web site adopting OAuth as one of its authentication protocols will enhance the privacy and security for users.
采用OAuth作为其中一种身份验证协议的Web站点将增强用户的隐私保护和安全性。
The security mechanism behind the two pairs of keys is called the Open Authentication (OAuth) protocol (see Resources).
两对密钥背后的安全机制被称为开放式验证(OAuth)协议(见 参考资料)。
When OAuth-protected resources are requested, typically the client will get an HTTP 401 response including a WWW-Authentication header.
当保护的OAuth资源被请求后,通常,客户端将得到一个HTTP 401的响应,包含一个WWW - Authentication头部。
From an authentication, authorization and privacy perspective, the industry seems to be converging towards OAuth 2.0 which is still in development.
从更安全的验证,授权和隐私保护的角度来说,看起来OAuth 2.0将会成为事实上的工业界标准,但是这项技术仍然在开发中。
From an authentication, authorization and privacy perspective, the industry seems to be converging towards OAuth 2.0 which is still in development.
从更安全的验证,授权和隐私保护的角度来说,看起来OAuth 2.0将会成为事实上的工业界标准,但是这项技术仍然在开发中。
应用推荐