Package | Description |
---|---|
com.google.api.client.auth.oauth2 |
Implementation of the OAuth 2.0 Authorization
Framework.
|
Modifier and Type | Method and Description |
---|---|
ClientCredentialsTokenRequest |
ClientCredentialsTokenRequest.set(String fieldName,
Object value) |
ClientCredentialsTokenRequest |
ClientCredentialsTokenRequest.setClientAuthentication(com.google.api.client.http.HttpExecuteInterceptor clientAuthentication) |
ClientCredentialsTokenRequest |
ClientCredentialsTokenRequest.setGrantType(String grantType) |
ClientCredentialsTokenRequest |
ClientCredentialsTokenRequest.setRequestInitializer(com.google.api.client.http.HttpRequestInitializer requestInitializer) |
ClientCredentialsTokenRequest |
ClientCredentialsTokenRequest.setScopes(Collection<String> scopes) |
ClientCredentialsTokenRequest |
ClientCredentialsTokenRequest.setTokenServerUrl(com.google.api.client.http.GenericUrl tokenServerUrl) |
Copyright © 2011–2017 Google. All rights reserved.