Uses of Class
org.openapitools.client.model.ActivateFactorRequest
Packages that use ActivateFactorRequest
-
Uses of ActivateFactorRequest in org.openapitools.client.api
Methods in org.openapitools.client.api with parameters of type ActivateFactorRequestModifier and TypeMethodDescription<T> T
UserFactorApi.activateFactor
(Class<?> T, String userId, String factorId, ActivateFactorRequest body) Activate a Factor The `sms` and `token:software:totp` factor types require activation to complete the enrollment processUserFactorApi.activateFactor
(String userId, String factorId, ActivateFactorRequest body) Activate a Factor The `sms` and `token:software:totp` factor types require activation to complete the enrollment processorg.springframework.http.ResponseEntity<UserFactor>
UserFactorApi.activateFactorWithHttpInfo
(String userId, String factorId, ActivateFactorRequest body) Activate a Factor The `sms` and `token:software:totp` factor types require activation to complete the enrollment processUserFactorApi.activateFactorWithPaginationInfo
(String userId, String factorId, ActivateFactorRequest body) Activate a Factor The `sms` and `token:software:totp` factor types require activation to complete the enrollment process -
Uses of ActivateFactorRequest in org.openapitools.client.model
Methods in org.openapitools.client.model that return ActivateFactorRequestModifier and TypeMethodDescriptionActivateFactorRequest.attestation
(String attestation) ActivateFactorRequest.clientData
(String clientData) ActivateFactorRequest.registrationData
(String registrationData) ActivateFactorRequest.stateToken
(String stateToken)