Class LoginQRService

java.lang.Object
com.persequor.saga.modules.mobile.frontend.LoginQRService

public class LoginQRService extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    LoginQRService(com.persequor.extension.user.IAppService appService, com.persequor.libraries.utility.ImageCreationService imageCreationService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    qrCode(com.persequor.app.IProfileRegistrationInfo registration)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LoginQRService

      @Inject public LoginQRService(com.persequor.extension.user.IAppService appService, com.persequor.libraries.utility.ImageCreationService imageCreationService)
  • Method Details

    • qrCode

      public byte[] qrCode(com.persequor.app.IProfileRegistrationInfo registration)