Class GoogleAuthUtils (1.20.0)

public class GoogleAuthUtils

This public class provides shared utilities for common OAuth2 utils or ADC. It also exposes convenience methods such as a getter for well-known Application Default Credentials file path

Inheritance

java.lang.Object > GoogleAuthUtils

Static Methods

getWellKnownCredentialsPath()

public static final String getWellKnownCredentialsPath()

Gets the path to the well-known Application Default Credentials file location

Returns
TypeDescription
String

the path to the well-known Application Default Credentials file location

Constructors

GoogleAuthUtils()

public GoogleAuthUtils()