We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eeb431 commit 9404aafCopy full SHA for 9404aaf
1 file changed
oauth2/oauth2-core/src/main/java/org/springframework/security/oauth2/core/OAuth2AccessToken.java
@@ -107,6 +107,8 @@ public static final class TokenType implements Serializable {
107
108
public static final TokenType BEARER = new TokenType("Bearer");
109
110
+ public static final TokenType DPOP = new TokenType("DPoP");
111
+
112
private final String value;
113
114
private TokenType(String value) {
0 commit comments