Package com.google.cloud.spring.core
Interface CredentialsSupplier
public interface CredentialsSupplier
An interface meant to be implemented by configuration properties POJOs that store information
about Google Cloud credentials.
-
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.
-
Method Details
-
getCredentials
Credentials getCredentials()Supplies credentials configuration.- Returns:
- a POJO containing Google Cloud credentials location and scopes
-