Package com.authlete.common.web
Class DpopToken
- java.lang.Object
-
- com.authlete.common.web.DpopToken
-
public class DpopToken extends Object
Utility class for DPoP Token.- Since:
- 2.70
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
parse(String input)
Extract the DPoP access token embedded in the input string.
-
-
-
Method Detail
-
parse
public static String parse(String input)
Extract the DPoP access token embedded in the input string.This method assumes that the input string comes from the Authorization Request Header Field.
- Parameters:
input
- The input string to be parsed.- Returns:
- The extracted DPoP access token, or
null
if not found.
-
-