Package com.okta.authn.sdk.resource
Interface DuoFactorActivation
- 
- All Superinterfaces:
 com.okta.sdk.resource.ExtensibleResource,FactorActivation,java.util.Map<java.lang.String,java.lang.Object>,com.okta.sdk.resource.PropertyRetriever,com.okta.sdk.resource.Resource
- All Known Implementing Classes:
 DefaultFactorActivation
public interface DuoFactorActivation extends FactorActivation
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetFactorResult()java.lang.StringgetHost()java.lang.StringgetSignature()- 
Methods inherited from interface com.okta.authn.sdk.resource.FactorActivation
getAppId, getEncoding, getExpiresAt, getKeyLength, getLinks, getNonce, getSharedSecret, getTimeoutSeconds, getTimeStep, getVersion 
- 
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
- 
getHost
java.lang.String getHost()
- Specified by:
 getHostin interfaceFactorActivation
 
- 
getSignature
java.lang.String getSignature()
- Specified by:
 getSignaturein interfaceFactorActivation
 
- 
getFactorResult
java.lang.String getFactorResult()
- Specified by:
 getFactorResultin interfaceFactorActivation
 
 - 
 
 -