Skip to content

Commit

Permalink
TASK: Updating SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Auto Mation committed Dec 16, 2022
1 parent a45b152 commit d19a74e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -39,7 +39,7 @@ public interface ExternalOAuth {
public String getUrl();

/**
* <p>Partially hidden on retrieval.</p>
* <p>Must not contain any leading or trailing whitespaces. Partially hidden on retrieval.</p>
*/
@NotNull
@JsonProperty("authorizationHeader")
Expand Down
Expand Up @@ -36,7 +36,7 @@ public ExternalOAuthBuilder url(final String url) {
}

/**
* <p>Partially hidden on retrieval.</p>
* <p>Must not contain any leading or trailing whitespaces. Partially hidden on retrieval.</p>
*/

public ExternalOAuthBuilder authorizationHeader(final String authorizationHeader) {
Expand Down
Expand Up @@ -44,7 +44,7 @@ public String getUrl() {
}

/**
* <p>Partially hidden on retrieval.</p>
* <p>Must not contain any leading or trailing whitespaces. Partially hidden on retrieval.</p>
*/

public String getAuthorizationHeader() {
Expand Down

0 comments on commit d19a74e

Please sign in to comment.