Package org.wildfly.security.http.oidc
Interface AuthChallenge
public interface AuthChallenge
- Author:
- Bill Burke, Farah Juma
-
Method Summary
Modifier and TypeMethodDescriptionbooleanchallenge(OidcHttpFacade 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:
-