private static Credential defaultCredential()

in src/main/java/com/spotify/google/cloud/pubsub/client/Pubsub.java [200:207]


  private static Credential defaultCredential() {
    try {
      return GoogleCredential.getApplicationDefault(
          Utils.getDefaultTransport(), Utils.getDefaultJsonFactory());
    } catch (IOException e) {
      throw Throwables.propagate(e);
    }
  }