Uses of Class
com.pingidentity.sdk.captchaprovider.CaptchaProvider.AuthenticationStatus
-
Packages that use CaptchaProvider.AuthenticationStatus Package Description com.pingidentity.sdk.captchaprovider A plugin interface, with associated classes, for creating custom CAPTCHA/Risk providers. -
-
Uses of CaptchaProvider.AuthenticationStatus in com.pingidentity.sdk.captchaprovider
Methods in com.pingidentity.sdk.captchaprovider with parameters of type CaptchaProvider.AuthenticationStatus Modifier and Type Method Description default voidCaptchaProvider. postAuthenticationCallback(CaptchaProvider.AuthenticationStatus authenticationStatus, CaptchaContext captchaContext)This method provides a way for the authentication flow to provide more information about the ongoing authentication transaction to the captcha/risk provider before returning the control back to PingFederate.
-