Skip to content

Commit

Permalink
Har lagt inn maskinportenkonfig med Pkey
Browse files Browse the repository at this point in the history
  • Loading branch information
mettok committed Dec 5, 2024
1 parent 5192aa0 commit f31fe7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id("maven-publish")
}
group = "no.nav.helsearbeidsgiver"
version = "0.2.0.2-SNAPSHOT"
version = "0.2.0.3-SNAPSHOT"

kotlin {
compilerOptions {
Expand Down
1 change: 1 addition & 0 deletions src/main/kotlin/TokenResponse.kt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ data class TokenResponse(
return "TokenResponse(accessToken='${accessToken.take(3)}', tokenType='$tokenType', expiresInSeconds=$expiresInSeconds, scope='$scope')"
}
}
@Serializable
class TokenResponseWrapper(val tokenResponse: TokenResponse) {

private val issueTime = System.currentTimeMillis() / 1000
Expand Down

0 comments on commit f31fe7e

Please sign in to comment.