Package com.stytch.sdk.common
Class StytchObjectInfo.Available
-
- All Implemented Interfaces:
-
com.stytch.sdk.common.StytchObjectInfo
public final class StytchObjectInfo.Available<T extends Object> implements StytchObjectInfo<T>
-
-
Field Summary
Fields Modifier and Type Field Description private final DatelastValidatedAtprivate final Tvalue
-
Constructor Summary
Constructors Constructor Description StytchObjectInfo.Available(Date lastValidatedAt, T value)
-
Method Summary
Modifier and Type Method Description final DategetLastValidatedAt()final TgetValue()
-