Package org.keycloak.adapters.spi
Interface AuthChallenge
public interface AuthChallenge
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Method Summary
Modifier and TypeMethodDescriptionbooleanchallenge(HttpFacade exchange) intSome platforms need the error code that will be sent (i.e.
-
Method Details
-
challenge
- Parameters:
exchange-- Returns:
- challenge sent
-
getResponseCode
int getResponseCode()Some platforms need the error code that will be sent (i.e. Undertow)- Returns:
-