Class DpopToken


  • public class DpopToken
    extends Object
    Utility class for DPoP Token.
    Since:
    2.70
    • 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.