Uses of Class
com.okta.idx.sdk.api.model.CurrentAuthenticatorEnrollment
-
Packages that use CurrentAuthenticatorEnrollment Package Description com.okta.idx.sdk.api.response com.okta.idx.sdk.webauthn -
-
Uses of CurrentAuthenticatorEnrollment in com.okta.idx.sdk.api.response
Methods in com.okta.idx.sdk.api.response that return CurrentAuthenticatorEnrollment Modifier and Type Method Description CurrentAuthenticatorEnrollmentIDXResponse. getCurrentAuthenticator()CurrentAuthenticatorEnrollmentAuthenticationResponse. getCurrentAuthenticatorEnrollment()CurrentAuthenticatorEnrollmentIDXResponse. getCurrentAuthenticatorEnrollment()Methods in com.okta.idx.sdk.api.response with parameters of type CurrentAuthenticatorEnrollment Modifier and Type Method Description voidAuthenticationResponse. setCurrentAuthenticatorEnrollment(CurrentAuthenticatorEnrollment currentAuthenticatorEnrollment) -
Uses of CurrentAuthenticatorEnrollment in com.okta.idx.sdk.webauthn
Methods in com.okta.idx.sdk.webauthn that return CurrentAuthenticatorEnrollment Modifier and Type Method Description CurrentAuthenticatorEnrollmentWebAuthnParams. getCurrentAuthenticator()Methods in com.okta.idx.sdk.webauthn with parameters of type CurrentAuthenticatorEnrollment Modifier and Type Method Description voidWebAuthnParams. setCurrentAuthenticator(CurrentAuthenticatorEnrollment currentAuthenticator)
-