File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/main/java/com/auth0/json/mgmt/client Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments