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.
API to provide WWW-Authenticate Response Header Challenges.
- Since:
- 4.14.0
- See Also:
-
Method Summary
-
Method Details
-
getWwwAuthenticateChallenge
- Parameters:
request
- The Request- Returns:
- The WWW-Authenticate response header challenge
-