We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 346d479 commit 7b759a2Copy full SHA for 7b759a2
oauth2/oauth2-core/src/main/java/org/springframework/security/oauth2/core/OAuth2AccessToken.java
@@ -102,6 +102,7 @@ public static final class TokenType implements Serializable {
102
private static final long serialVersionUID = SpringSecurityCoreVersion.SERIAL_VERSION_UID;
103
104
public static final TokenType BEARER = new TokenType("Bearer");
105
+ public static final TokenType DPOP = new TokenType("DPoP");
106
107
private final String value;
108
0 commit comments