Interface AuthenticationChallengeHandler

    • Method Detail

      • handleChallenge

        AuthenticationChallengeResponse handleChallenge​(AuthenticationChallenge challenge)
        Handles the incoming AuthenticationChallenge, returning a response that contains an action and potentially a parameter with which to carry out the action.
        Parameters:
        challenge - the authentication challenge to handle
        Returns:
        the response that should be taken
        Since:
        100.0.0