File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
modules/openapi-generator/src/main/resources/Java/libraries/resttemplate/auth
samples/client/petstore/java
resttemplate-jakarta/src/main/java/org/openapitools/client/auth
resttemplate-swagger1/src/main/java/org/openapitools/client/auth
resttemplate-swagger2/src/main/java/org/openapitools/client/auth
resttemplate-withXml/src/main/java/org/openapitools/client/auth
resttemplate/src/main/java/org/openapitools/client/auth Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public class OAuth implements Authentication {
2626 /**
2727 * Sets the bearer access token used for Authorization.
2828 *
29- * @param bearerToken The bearer token to send in the Authorization header
29+ * @param accessToken The bearer token to send in the Authorization header
3030 */
3131 public void setAccessToken(String accessToken) {
3232 setAccessToken(() -> accessToken);
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public String getAccessToken() {
3737 /**
3838 * Sets the bearer access token used for Authorization.
3939 *
40- * @param bearerToken The bearer token to send in the Authorization header
40+ * @param accessToken The bearer token to send in the Authorization header
4141 */
4242 public void setAccessToken (String accessToken ) {
4343 setAccessToken (() -> accessToken );
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public String getAccessToken() {
3737 /**
3838 * Sets the bearer access token used for Authorization.
3939 *
40- * @param bearerToken The bearer token to send in the Authorization header
40+ * @param accessToken The bearer token to send in the Authorization header
4141 */
4242 public void setAccessToken (String accessToken ) {
4343 setAccessToken (() -> accessToken );
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public String getAccessToken() {
3737 /**
3838 * Sets the bearer access token used for Authorization.
3939 *
40- * @param bearerToken The bearer token to send in the Authorization header
40+ * @param accessToken The bearer token to send in the Authorization header
4141 */
4242 public void setAccessToken (String accessToken ) {
4343 setAccessToken (() -> accessToken );
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public String getAccessToken() {
3737 /**
3838 * Sets the bearer access token used for Authorization.
3939 *
40- * @param bearerToken The bearer token to send in the Authorization header
40+ * @param accessToken The bearer token to send in the Authorization header
4141 */
4242 public void setAccessToken (String accessToken ) {
4343 setAccessToken (() -> accessToken );
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public String getAccessToken() {
3737 /**
3838 * Sets the bearer access token used for Authorization.
3939 *
40- * @param bearerToken The bearer token to send in the Authorization header
40+ * @param accessToken The bearer token to send in the Authorization header
4141 */
4242 public void setAccessToken (String accessToken ) {
4343 setAccessToken (() -> accessToken );
You can’t perform that action at this time.
0 commit comments