| Package | net.oauth |
| Interface | public interface IEndPoint |
| Property | Defined by | ||
|---|---|---|---|
| access_token_URL : String [read-only]
Access Token URL:
https://photos.example.net/access_token, using HTTP POST | IEndPoint | ||
| authorize_URL : String [read-only]
User Authorization URL:
http://photos.example.net/authorize, using HTTP GET | IEndPoint | ||
| request_token_URL : String [read-only]
Request Token URL:
https://photos.example.net/request_token, using HTTP POST | IEndPoint | ||
| resource_URL : String [read-only]
Protected Resource URL:
http://photos.example.net/resource with required parameter file and optional parameter size | IEndPoint | ||
| access_token_URL | property |
access_token_URL:String [read-only]
Access Token URL:
https://photos.example.net/access_token, using HTTP POST
public function get access_token_URL():String
| authorize_URL | property |
authorize_URL:String [read-only]
User Authorization URL:
http://photos.example.net/authorize, using HTTP GET
public function get authorize_URL():String
| request_token_URL | property |
request_token_URL:String [read-only]
Request Token URL:
https://photos.example.net/request_token, using HTTP POST
public function get request_token_URL():String
| resource_URL | property |
resource_URL:String [read-only]
Protected Resource URL:
http://photos.example.net/resource with required parameter file and optional parameter size
public function get resource_URL():String