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