Added a constant for DPOP in OAuth2AccessToken.TokenType
Issue gh-14915
This commit is contained in:
committed by
Steve Riesenberg
parent
3eeb4317f6
commit
9404aaf010
+2
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user