Polish gh-16087

This commit is contained in:
Steve Riesenberg 2024-12-18 16:48:25 -06:00
parent 9404aaf010
commit a7b6c63442
No known key found for this signature in database
GPG Key ID: 3D0169B18AB8F0A9
1 changed files with 3 additions and 0 deletions

View File

@ -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;