Uses of Class
com.okta.idx.sdk.api.model.CurrentAuthenticatorEnrollment
Packages that use CurrentAuthenticatorEnrollment
-
Uses of CurrentAuthenticatorEnrollment in com.okta.idx.sdk.api.response
Methods in com.okta.idx.sdk.api.response that return CurrentAuthenticatorEnrollmentModifier and TypeMethodDescriptionIDXResponse.getCurrentAuthenticator()
AuthenticationResponse.getCurrentAuthenticatorEnrollment()
IDXResponse.getCurrentAuthenticatorEnrollment()
Methods in com.okta.idx.sdk.api.response with parameters of type CurrentAuthenticatorEnrollmentModifier and TypeMethodDescriptionvoid
AuthenticationResponse.setCurrentAuthenticatorEnrollment
(CurrentAuthenticatorEnrollment currentAuthenticatorEnrollment) -
Uses of CurrentAuthenticatorEnrollment in com.okta.idx.sdk.webauthn
Methods in com.okta.idx.sdk.webauthn that return CurrentAuthenticatorEnrollmentMethods in com.okta.idx.sdk.webauthn with parameters of type CurrentAuthenticatorEnrollmentModifier and TypeMethodDescriptionvoid
WebAuthnParams.setCurrentAuthenticator
(CurrentAuthenticatorEnrollment currentAuthenticator)