1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Added a constant for DPOP in OAuth2AccessToken.TokenType

Issue gh-14915
This commit is contained in:
ThomasKasene
2024-11-13 16:30:18 +01:00
committed by Steve Riesenberg
parent 3eeb4317f6
commit 9404aaf010
@@ -107,6 +107,8 @@ public class OAuth2AccessToken extends AbstractOAuth2Token {
public static final TokenType BEARER = new TokenType("Bearer");
public static final TokenType DPOP = new TokenType("DPoP");
private final String value;
private TokenType(String value) {