| Package | Description |
|---|---|
| com.google.cloud |
Core classes for the
gcloud-java library. |
| Modifier and Type | Method and Description |
|---|---|
static AuthCredentials.OAuth2AuthCredentials |
AuthCredentials.createFor(String accessToken)
Creates OAuth2 Credentials given the string representation of an access token.
|
static AuthCredentials.OAuth2AuthCredentials |
AuthCredentials.createFor(String accessToken,
Date expirationTime)
Creates OAuth2 Credentials given the string representation of an access token and its
expiration time.
|
Copyright © 2016 Google. All rights reserved.