Package io.hanko.sdk.models
Class Device
- java.lang.Object
-
- io.hanko.sdk.models.Device
-
public class Device extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Device()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticatorAttachment
getAuthenticatorAttachment()
java.lang.String
getAuthenticatorType()
java.lang.String
getCreatedAt()
java.lang.String
getDeviceId()
java.lang.String
getKeyName()
java.lang.String
getLastUsage()
boolean
isSecondFactorOnly()
-
-
-
Method Detail
-
getDeviceId
public java.lang.String getDeviceId()
-
getKeyName
public java.lang.String getKeyName()
-
getAuthenticatorType
public java.lang.String getAuthenticatorType()
-
getLastUsage
public java.lang.String getLastUsage()
-
getCreatedAt
public java.lang.String getCreatedAt()
-
getAuthenticatorAttachment
public AuthenticatorAttachment getAuthenticatorAttachment()
-
isSecondFactorOnly
public boolean isSecondFactorOnly()
-
-