|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AccessProtectedResource.Method | |
|---|---|
| com.google.api.client.auth.oauth2.draft10 | OAuth 2.0 (draft 10) authorization as specified in The OAuth 2.0 Protocol (draft-ietf-oauth-v2-10) (see detailed package specification). |
| Uses of AccessProtectedResource.Method in com.google.api.client.auth.oauth2.draft10 |
|---|
| Methods in com.google.api.client.auth.oauth2.draft10 that return AccessProtectedResource.Method | |
|---|---|
AccessProtectedResource.Method |
AccessProtectedResource.getMethod()
Returns the method of accessing protected resources. |
static AccessProtectedResource.Method |
AccessProtectedResource.Method.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AccessProtectedResource.Method[] |
AccessProtectedResource.Method.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in com.google.api.client.auth.oauth2.draft10 with parameters of type AccessProtectedResource.Method | |
|---|---|
AccessProtectedResource(String accessToken,
AccessProtectedResource.Method method)
|
|
AccessProtectedResource(String accessToken,
AccessProtectedResource.Method method,
HttpTransport transport,
JsonFactory jsonFactory,
String authorizationServerUrl,
String clientId,
String clientSecret,
String refreshToken)
Constructor to use to be able to refresh token when an access token expires. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||