Skip to content

Commit

Permalink
refactor: OIDCPublicKey 변수명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
CEO-Nick committed Feb 15, 2025
1 parent 7833457 commit 12d54f5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ data class OIDCPublicKey(
@JsonProperty("use")
val use: String,
@JsonProperty("n")
val n: String,
val module: String,
@JsonProperty("e")
val e: String
val exponent: String
) : Serializable

0 comments on commit 12d54f5

Please sign in to comment.