mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-01 02:49:11 +00:00
Added a constant for DPOP in OAuth2AccessToken.TokenType
Issue gh-14915
This commit is contained in:
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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user