Uses of Class
com.okta.idx.sdk.api.client.Authenticator.Factor
Package
Description
This package contains helper classes for controllers.
-
Uses of Authenticator.Factor in com.okta.idx.sdk.api.client
Modifier and TypeMethodDescriptionIDXAuthenticationWrapper.selectFactor
(ProceedContext proceedContext, Authenticator.Factor factor) Select authenticator of the supplied type.IDXAuthenticationWrapper.submitPhoneAuthenticator
(ProceedContext proceedContext, String phone, Authenticator.Factor factor) Submit phone authenticator enrollment with the provided phone number. -
Uses of Authenticator.Factor in com.okta.spring.example.helpers
Modifier and TypeMethodDescriptionorg.springframework.web.servlet.ModelAndView
ResponseHandler.oktaVerifyViaChannelDataForm
(Authenticator.Factor factor, javax.servlet.http.HttpSession session) Return the view for okta verify form via channel data.org.springframework.web.servlet.ModelAndView
ResponseHandler.registerVerifyForm
(Authenticator.Factor factor, AuthenticationResponse authenticationResponse) Return the view for register verify form.