Uses of Interface
com.okta.authn.sdk.resource.WebAuthnFactorProfile
-
Packages that use WebAuthnFactorProfile Package Description com.okta.authn.sdk.impl.resource com.okta.authn.sdk.resource -
-
Uses of WebAuthnFactorProfile in com.okta.authn.sdk.impl.resource
Classes in com.okta.authn.sdk.impl.resource that implement WebAuthnFactorProfile Modifier and Type Class Description class
DefaultWebAuthnFactorProfile
Methods in com.okta.authn.sdk.impl.resource that return WebAuthnFactorProfile Modifier and Type Method Description WebAuthnFactorProfile
DefaultWebAuthnFactorProfile. setAuthenticatorName(java.lang.String authenticatorName)
WebAuthnFactorProfile
DefaultWebAuthnFactorProfile. setCredentialId(java.lang.String credentialId)
-
Uses of WebAuthnFactorProfile in com.okta.authn.sdk.resource
Methods in com.okta.authn.sdk.resource that return WebAuthnFactorProfile Modifier and Type Method Description WebAuthnFactorProfile
WebAuthnFactorProfile. setAuthenticatorName(java.lang.String authenticatorName)
WebAuthnFactorProfile
WebAuthnFactorProfile. setCredentialId(java.lang.String credentialId)
-