Package com.okta.authn.sdk.resource
Interface ActivateU2fFactorRequest
-
- All Superinterfaces:
ActivateFactorRequest
,com.okta.sdk.resource.ExtensibleResource
,Map<String,Object>
,com.okta.sdk.resource.PropertyRetriever
,com.okta.sdk.resource.Resource
- All Known Implementing Classes:
DefaultActivateU2fFactorRequest
public interface ActivateU2fFactorRequest extends ActivateFactorRequest
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getClientData()
String
getRegistrationData()
ActivateU2fFactorRequest
setClientData(String clientData)
ActivateU2fFactorRequest
setRegistrationData(String registrationData)
-
Methods inherited from interface com.okta.authn.sdk.resource.ActivateFactorRequest
getStateToken, setStateToken
-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-
-
-
Method Detail
-
getRegistrationData
String getRegistrationData()
-
setRegistrationData
ActivateU2fFactorRequest setRegistrationData(String registrationData)
-
getClientData
String getClientData()
-
setClientData
ActivateU2fFactorRequest setClientData(String clientData)
-
-