Skip to content

Commit a7b6c63

Browse files
committed
Polish gh-16087
1 parent 9404aaf commit a7b6c63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

oauth2/oauth2-core/src/main/java/org/springframework/security/oauth2/core/OAuth2AccessToken.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ public static final class TokenType implements Serializable {
107107

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

110+
/**
111+
* @since 6.5
112+
*/
110113
public static final TokenType DPOP = new TokenType("DPoP");
111114

112115
private final String value;

0 commit comments

Comments
 (0)