| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |
| OAuth — Class in package net.oauth | |
| The OAuth protocol enables websites or applications (Consumers) to access Protected Resources from a web service (Service Provider) via an API, without requiring Users to disclose their Service Provider credentials to the Consumers. | |
| OAuth(oauth_consumer_key, oauth_consumer_secret_key) — Constructor in class net.oauth.OAuth | |
| OAuth authentication is the process in which Users grant access to their Protected Resources without sharing their credentials with the Consumer. | |
| oauth_consumer_key — Property in class net.oauth.OAuth | |
| A value used by the Consumer to identify itself to the Service Provider. | |
| oauth_consumer_secret_key — Property in class net.oauth.OAuth | |
| A secret used by the Consumer to establish ownership of the Consumer Key. | |
| oauth_nonce — Property in class net.oauth.OAuth | |
| A nonce is a random string, uniquely generated for each request. | |
| OAuthNonce — Static property in class net.oauth.Nonce | |
| A nonce is a random string, uniquely generated for each request. | |
| oauth_signature_method — Property in class net.oauth.OAuth | |
| The Consumer declares a signature method in the oauth_signature_method parameter, generates a signature, and stores it in the oauth_signature parameter. | |
| oauth_timestamp — Property in class net.oauth.OAuth | |
|
the timestamp is expressed in the number of seconds since January 1, 1970 00:00:00 GMT
获取OAuth timestamp |
|
| OAuthTimeStamp — Static property in class net.oauth.Nonce | |
|
the timestamp is expressed in the number of seconds since January 1, 1970 00:00:00 GMT
获取OAuth timestamp |
|
| oauth_token — Property in class net.oauth.OAuth | |
| A value used by the Consumer to gain access to the Protected Resources on behalf of the User, instead of using the User’s Service Provider credentials. | |
| oauth_token_secret — Property in class net.oauth.OAuth | |
| A secret used by the Consumer to establish ownership of a given Token. | |
| oauth_version — Property in class net.oauth.OAuth | |
| OAuth Version. | |
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |