Uses of Class
com.google.api.client.auth.oauth2.PasswordTokenRequest
Packages that use PasswordTokenRequest
-
Uses of PasswordTokenRequest in com.google.api.client.auth.oauth2
Methods in com.google.api.client.auth.oauth2 that return PasswordTokenRequestModifier and TypeMethodDescriptionPasswordTokenRequest.setClientAuthentication(com.google.api.client.http.HttpExecuteInterceptor clientAuthentication) PasswordTokenRequest.setGrantType(String grantType) PasswordTokenRequest.setPassword(String password) Sets the resource owner password.PasswordTokenRequest.setRequestInitializer(com.google.api.client.http.HttpRequestInitializer requestInitializer) PasswordTokenRequest.setScopes(Collection<String> scopes) PasswordTokenRequest.setTokenServerUrl(com.google.api.client.http.GenericUrl tokenServerUrl) PasswordTokenRequest.setUsername(String username) Sets the resource owner username.