Skip to content

Commit ceb8efa

Browse files
committed
Added Annotations
1 parent a59a1c2 commit ceb8efa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/auth0/json/mgmt/client/Client.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ public void setIsFirstParty(Boolean isFirstParty) {
291291
*
292292
* @return true if the token endpoint IP header is trusted, false otherwise.
293293
*/
294+
@JsonProperty("is_token_endpoint_ip_header_trusted")
294295
public Boolean getIsTokenEndpointIpHeaderTrusted() {
295296
return isTokenEndpointIpHeaderTrusted;
296297
}
@@ -300,6 +301,7 @@ public Boolean getIsTokenEndpointIpHeaderTrusted() {
300301
*
301302
* @param isTokenEndpointIpHeaderTrusted whether the token endpoint IP header is trusted or not.
302303
*/
304+
@JsonProperty("is_token_endpoint_ip_header_trusted")
303305
public void setIsTokenEndpointIpHeaderTrusted(Boolean isTokenEndpointIpHeaderTrusted) {
304306
this.isTokenEndpointIpHeaderTrusted = isTokenEndpointIpHeaderTrusted;
305307
}

0 commit comments

Comments
 (0)