Skip to content

Commit

Permalink
Remove spurious transient markers
Browse files Browse the repository at this point in the history
  • Loading branch information
jchambers committed Dec 28, 2023
1 parent 9c238e7 commit bb76c55
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ Map<String, Object> toMap() {
private final AuthenticationTokenClaims claims;
private final byte[] signatureBytes;

private transient final String base64EncodedToken;
private transient final AsciiString authorizationHeader;
private final String base64EncodedToken;
private final AsciiString authorizationHeader;

/**
* Constructs a new authentication token using the given signing key (and associated metadata) issued at the given
Expand Down

0 comments on commit bb76c55

Please sign in to comment.