1
0
mirror of synced 2026-08-04 01:07:02 +00:00

Polish gh-16087

This commit is contained in:
Steve Riesenberg
2024-12-18 16:48:25 -06:00
parent 9404aaf010
commit a7b6c63442
@@ -107,6 +107,9 @@ public class OAuth2AccessToken extends AbstractOAuth2Token {
public static final TokenType BEARER = new TokenType("Bearer");
/**
* @since 6.5
*/
public static final TokenType DPOP = new TokenType("DPoP");
private final String value;