Uses of Class
com.okta.sdk.resource.model.WebAuthnUserFactorProfile
Packages that use WebAuthnUserFactorProfile
-
Uses of WebAuthnUserFactorProfile in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return WebAuthnUserFactorProfileModifier and TypeMethodDescriptionWebAuthnUserFactorProfile.authenticatorName
(String authenticatorName) WebAuthnUserFactorProfile.credentialId
(String credentialId) WebAuthnUserFactor.getProfile()
Get profileWebAuthnUserFactorAllOf.getProfile()
Get profileMethods in com.okta.sdk.resource.model with parameters of type WebAuthnUserFactorProfileModifier and TypeMethodDescriptionWebAuthnUserFactor.profile
(WebAuthnUserFactorProfile profile) WebAuthnUserFactorAllOf.profile
(WebAuthnUserFactorProfile profile) void
WebAuthnUserFactor.setProfile
(WebAuthnUserFactorProfile profile) void
WebAuthnUserFactorAllOf.setProfile
(WebAuthnUserFactorProfile profile)