Skip to content

Commit

Permalink
#550 Added @JsonIgnoreProperties(ignoreUnknown = true) to Token
Browse files Browse the repository at this point in the history
  • Loading branch information
Possommi committed Nov 4, 2024
1 parent dc16ab4 commit afd78fe
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
package de.uni_jena.thunibib.his.api.v1.cs.psv.oauth;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonProperty;

import java.time.Instant;

/**
* Path: <code>/api/v1/cs/psv/oauth/token</code>
* */
@JsonIgnoreProperties(ignoreUnknown = true)
public class Token {

@JsonProperty("access_token")
Expand Down

0 comments on commit afd78fe

Please sign in to comment.