Package com.okta.idx.sdk.api.model
Class AuthenticatorEnrollment
- java.lang.Object
-
- com.okta.idx.sdk.api.model.AuthenticatorEnrollment
-
public class AuthenticatorEnrollment extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AuthenticatorEnrollment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCredentialId()
java.lang.String
getDisplayName()
java.lang.String
getId()
MethodType[]
getMethods()
Profile
getProfile()
java.lang.String
getType()
-
-
-
Method Detail
-
getProfile
public Profile getProfile()
-
getType
public java.lang.String getType()
-
getId
public java.lang.String getId()
-
getDisplayName
public java.lang.String getDisplayName()
-
getCredentialId
public java.lang.String getCredentialId()
-
getMethods
public MethodType[] getMethods()
-
-