Interface WwwAuthenticateChallengeProvider<T>

Type Parameters:
T - Request Type
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface WwwAuthenticateChallengeProvider<T>
API to provide WWW-Authenticate Response Header Challenges.
Since:
4.14.0
See Also:
  • Method Details

    • getWwwAuthenticateChallenge

      @NonNull @NonNull String getWwwAuthenticateChallenge(@Nullable T request)
      Parameters:
      request - The Request
      Returns:
      The WWW-Authenticate response header challenge