Package io.seald.seald_sdk
Class AuthFactor
-
- All Implemented Interfaces:
public final class AuthFactorRepresents a user's authentication factor
-
-
Field Summary
Fields Modifier and Type Field Description private final AuthFactorTypetypeprivate final Stringvalue
-
Constructor Summary
Constructors Constructor Description AuthFactor(AuthFactorType type, String value)
-
Method Summary
Modifier and Type Method Description final AuthFactorTypegetType()The type of authentication factor. final StringgetValue()The value of the authentication factor -
-
Constructor Detail
-
AuthFactor
AuthFactor(AuthFactorType type, String value)
-
-
Method Detail
-
getType
final AuthFactorType getType()
The type of authentication factor.
-
-
-
-