Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: getAuthenticationType in EmulatorCredentials should not throw.
`EmulatorCredentials` extends the abstract `Credentials` class. The signature of `getAuthenticationType()` function of this class does not indicate that this API could throw, and based on [this description](https://cloud.google.com/java/docs/reference/google-auth-library/latest/com.google.auth.oauth2.OAuth2Credentials#com_google_auth_oauth2_OAuth2Credentials_getAuthenticationType__), I don't think it should. Fixes #2002.
- Loading branch information