| Method and Description |
|---|
| com.google.auth.oauth2.GoogleCredentials.of(AccessToken)
Use
GoogleCredentials.create(AccessToken) instead. This method will be deleted in a later
version. |
| com.google.auth.oauth2.OAuth2Credentials.of(AccessToken)
Use
OAuth2Credentials.create(AccessToken) instead. This method will be deleted in a later
version. |
| com.google.auth.oauth2.ComputeEngineCredentials.of(HttpTransportFactory)
Use
ComputeEngineCredentials.newBuilder() instead. This constructor will either be deleted or made
private in a later version. |
| com.google.auth.oauth2.CloudShellCredentials.of(int)
Use
CloudShellCredentials.create(int) instead. This method will be deleted in a later version. |
Copyright © 2017 Google. All rights reserved.