Class TokenChallenge

    • Method Detail

      • keyAuthorizationFor

        protected String keyAuthorizationFor​(String token)
        Computes the key authorization for the given token.

        The default is token + '.' + base64url(jwkThumbprint). Subclasses may override this method if a different algorithm is used.

        Parameters:
        token - Token to be used
        Returns:
        Key Authorization string for that token
        Since:
        2.12