[java] Add setBearerToken method in okhttp-gson (#8200)

* Add setBearerToken method in okhttp-gson

* Update generated files
This commit is contained in:
agilob
2020-12-18 04:08:30 +00:00
committed by GitHub
parent 49f55b0d8e
commit 13042b76ea
5 changed files with 19 additions and 0 deletions

View File

@@ -365,6 +365,7 @@ public class ApiClient {
return authentications.get(authName);
}
/**
* Helper method to set username for the first HTTP basic authentication.
*