Skip to content

Commit

Permalink
fix(enhancements): add @jvmoverloads for JWTJsonPayload (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamada147 authored Jun 27, 2023
1 parent e095c49 commit 2a7fe15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import kotlinx.serialization.Serializable
import kotlinx.serialization.json.JsonElement

@Serializable
data class JWTJsonPayload(
data class JWTJsonPayload @JvmOverloads constructor(
val iss: String? = null,
val sub: String? = null,
val nbf: Long? = null,
Expand Down

0 comments on commit 2a7fe15

Please sign in to comment.