Uses of Class
com.okta.sdk.resource.model.AuthenticationMethod
Packages that use AuthenticationMethod
-
Uses of AuthenticationMethod in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return AuthenticationMethodModifier and TypeMethodDescriptionAuthenticationMethod.hardwareProtection
(AuthenticationMethod.HardwareProtectionEnum hardwareProtection) AuthenticationMethod.phishingResistant
(AuthenticationMethod.PhishingResistantEnum phishingResistant) AuthenticationMethod.userVerification
(AuthenticationMethod.UserVerificationEnum userVerification) Methods in com.okta.sdk.resource.model that return types with arguments of type AuthenticationMethodModifier and TypeMethodDescriptionAuthenticationMethodChain.getAuthenticationMethods()
Get authenticationMethodsMethods in com.okta.sdk.resource.model with parameters of type AuthenticationMethodModifier and TypeMethodDescriptionAuthenticationMethodChain.addauthenticationMethodsItem
(AuthenticationMethod authenticationMethodsItem) Method parameters in com.okta.sdk.resource.model with type arguments of type AuthenticationMethodModifier and TypeMethodDescriptionAuthenticationMethodChain.authenticationMethods
(List<AuthenticationMethod> authenticationMethods) void
AuthenticationMethodChain.setAuthenticationMethods
(List<AuthenticationMethod> authenticationMethods)