Uses of Class
com.okta.idx.sdk.api.request.WebAuthnRequest
-
Packages that use WebAuthnRequest Package Description com.okta.idx.sdk.api.client com.okta.spring.example.controllers This package contains controller classes for the Spring MVC webapp. -
-
Uses of WebAuthnRequest in com.okta.idx.sdk.api.client
Methods in com.okta.idx.sdk.api.client with parameters of type WebAuthnRequest Modifier and Type Method Description AuthenticationResponse
IDXAuthenticationWrapper. verifyWebAuthn(ProceedContext proceedContext, WebAuthnRequest webauthnRequest)
Verify Webauthn Authenticator. -
Uses of WebAuthnRequest in com.okta.spring.example.controllers
Methods in com.okta.spring.example.controllers with parameters of type WebAuthnRequest Modifier and Type Method Description org.springframework.web.servlet.ModelAndView
LoginController. enrollWebauthn(WebAuthnRequest webauthnRequest, javax.servlet.http.HttpSession session)
Handle webauthn authenticator enrollment functionality.org.springframework.web.servlet.ModelAndView
LoginController. verifyWebAuthn(WebAuthnRequest webauthnRequest, javax.servlet.http.HttpSession session)
Handle webauthn authenticator verification functionality.
-