Sample usage:
static GoogleClientSecrets loadClientSecretsResource(JsonFactory jsonFactory) throws IOException { return GoogleClientSecrets.load( jsonFactory, SampleClass.class.getResourceAsStream("/client_secrets.json")); }
@since 1.7
@author Yaniv Inbar
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |