Skip to content

Commit

Permalink
OAuth2AccessTokenResponse har erstatt accessToken med access_token
Browse files Browse the repository at this point in the history
  • Loading branch information
blommish committed Nov 4, 2024
1 parent 7c0e71f commit 3322765
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ private fun genererAccessToken(
clientConfigurationProperties,
grantType,
)
return oAuth2AccessTokenService.getAccessToken(clientProperties).accessToken
return oAuth2AccessTokenService.getAccessToken(clientProperties).access_token
?: throw JwtTokenMissingException()
}

Expand Down

0 comments on commit 3322765

Please sign in to comment.