All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.auth.oauth2.EnvironmentProvider Maven / Gradle / Ivy

There is a newer version: 1.30.0
Show newest version
package com.google.auth.oauth2;

/** Interface for an environment provider. */
interface EnvironmentProvider {
  String getEnv(String name);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy