Skip to content

Commit

Permalink
Added a constant for DPOP in OAuth2AccessToken.TokenType
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasKasene committed Nov 13, 2024
1 parent 346d479 commit 7b759a2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ public static final class TokenType implements Serializable {
private static final long serialVersionUID = SpringSecurityCoreVersion.SERIAL_VERSION_UID;

public static final TokenType BEARER = new TokenType("Bearer");
public static final TokenType DPOP = new TokenType("DPoP");

private final String value;

Expand Down

0 comments on commit 7b759a2

Please sign in to comment.