Uses of Interface
com.okta.sdk.resource.user.factor.WebAuthnUserFactorProfile
-
Packages that use WebAuthnUserFactorProfile Package Description com.okta.sdk.resource.user.factor -
-
Uses of WebAuthnUserFactorProfile in com.okta.sdk.resource.user.factor
Methods in com.okta.sdk.resource.user.factor that return WebAuthnUserFactorProfile Modifier and Type Method Description WebAuthnUserFactorProfile
WebAuthnUserFactor. getProfile()
WebAuthnUserFactorProfile
WebAuthnUserFactorProfile. setAuthenticatorName(java.lang.String authenticatorName)
WebAuthnUserFactorProfile
WebAuthnUserFactorProfile. setCredentialId(java.lang.String credentialId)
Methods in com.okta.sdk.resource.user.factor with parameters of type WebAuthnUserFactorProfile Modifier and Type Method Description WebAuthnUserFactor
WebAuthnUserFactor. setProfile(WebAuthnUserFactorProfile profile)
-