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 CurrentAuthenticatorEnrollment
IDXResponse. getCurrentAuthenticator()
CurrentAuthenticatorEnrollment
AuthenticationResponse. getCurrentAuthenticatorEnrollment()
CurrentAuthenticatorEnrollment
IDXResponse. getCurrentAuthenticatorEnrollment()
Methods in com.okta.idx.sdk.api.response with parameters of type CurrentAuthenticatorEnrollment Modifier and Type Method Description void
AuthenticationResponse. 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 CurrentAuthenticatorEnrollment
WebAuthnParams. getCurrentAuthenticator()
Methods in com.okta.idx.sdk.webauthn with parameters of type CurrentAuthenticatorEnrollment Modifier and Type Method Description void
WebAuthnParams. setCurrentAuthenticator(CurrentAuthenticatorEnrollment currentAuthenticator)
-