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 Type
    Method
    Description
    Supplies credentials configuration.
  • Method Details

    • getCredentials

      Credentials getCredentials()
      Supplies credentials configuration.
      Returns:
      a POJO containing Google Cloud credentials location and scopes