Class ScaMethod
- java.lang.Object
-
- de.adorsys.opba.protocol.xs2a.domain.dto.forms.ScaMethod
-
public class ScaMethod extends Object
Class that represents available SCA methods and their names. I.e. SMS based second factor authorization, email based second factor authorization.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceScaMethod.FromAuthObject
-
Field Summary
Fields Modifier and Type Field Description static ScaMethod.FromAuthObjectFROM_AUTH
-
Constructor Summary
Constructors Constructor Description ScaMethod()
-
-
-
Field Detail
-
FROM_AUTH
public static final ScaMethod.FromAuthObject FROM_AUTH
-
-