Class EnableTwoFactorAuthInput

java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.core.security.pojo.EnableTwoFactorAuthInput
All Implemented Interfaces:
Serializable

public class EnableTwoFactorAuthInput extends BasePOJO
See Also:
  • Constructor Details

    • EnableTwoFactorAuthInput

      public EnableTwoFactorAuthInput()
  • Method Details

    • setUserId

      public void setUserId(Long pUserId)
    • getUserId

      public Long getUserId()
    • setSharedSecretKey

      public void setSharedSecretKey(String pSharedSecretKey)
    • getSharedSecretKey

      public String getSharedSecretKey()