googleapis / googleapis/google-cloud-java
[google-auth-library-java] Is it possible to make ServiceAccountCredentials.fromJson() a public method?
Open
type: feature request
- Dominant language
- Java
- Stars
- 2.1k
- Forks
- 1.2k
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 154
Description
Is it possible to make ServiceAccountCredentials.fromJson() a public method so that it is accessible outside the package?
At the moment, I am using ServiceAccountCredentials.fromPkcs8(). However, using ServiceAccountCredentials.fromJson() might simplify some code at my end (which fromJson method also have before it calls fromPkcs8).
Contributor guide
Assessment
This issue has not been assessed yet.