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