Package com.okta.idx.sdk.api.model
Class CurrentAuthenticatorEnrollmentValue
- java.lang.Object
-
- com.okta.idx.sdk.api.model.CurrentAuthenticatorEnrollmentValue
-
public class CurrentAuthenticatorEnrollmentValue extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CurrentAuthenticatorEnrollmentValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContextualData
getContextualData()
java.lang.String
getDisplayName()
java.lang.String
getId()
RemediationOption
getPoll()
Profile
getProfile()
Recover
getRecover()
RemediationOption
getResend()
java.lang.String
getType()
-
-
-
Method Detail
-
getRecover
public Recover getRecover()
-
getType
public java.lang.String getType()
-
getId
public java.lang.String getId()
-
getDisplayName
public java.lang.String getDisplayName()
-
getResend
public RemediationOption getResend()
-
getPoll
public RemediationOption getPoll()
-
getContextualData
public ContextualData getContextualData()
-
getProfile
public Profile getProfile()
-
-