Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lashinijay committed Nov 4, 2024
1 parent cd1e0a9 commit 373d876
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ default void storeTokenToSessionMapping(String sessionIdentifier, String tokenId

}


/**
* Get session identifier by token identifier.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ public String buildIDToken(OAuthAuthzReqMessageContext authzReqMessageContext,
if (ArrayUtils.isNotEmpty(amrValueArray)) {
amrValues = Arrays.asList(amrValueArray);
}
long idTremoving session extending okenLifeTimeInMillis = getIDTokenExpiryInMillis(oAuthAppDO);
long idTokenLifeTimeInMillis = getIDTokenExpiryInMillis(oAuthAppDO);
long currentTimeInMillis = Calendar.getInstance().getTimeInMillis();

if (log.isDebugEnabled()) {
Expand Down

0 comments on commit 373d876

Please sign in to comment.