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