mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-30 08:42:13 +00:00
Polish gh-16087
This commit is contained in:
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user