Skip to content

Commit

Permalink
Polish gh-16087
Browse files Browse the repository at this point in the history
  • Loading branch information
sjohnr committed Dec 18, 2024
1 parent 9404aaf commit a7b6c63
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ public static final class TokenType implements Serializable {

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

/**
* @since 6.5
*/
public static final TokenType DPOP = new TokenType("DPoP");

private final String value;
Expand Down

0 comments on commit a7b6c63

Please sign in to comment.