Class MrtdCaptureModule_ProvideAuthenticatorFactory

java.lang.Object
com.yoti.mobile.android.mrtd.di.MrtdCaptureModule_ProvideAuthenticatorFactory
All Implemented Interfaces:
dagger.internal.Factory<com.yoti.mobile.mpp.mrtddump.auth.MrtdAuthentication>, javax.inject.Provider<com.yoti.mobile.mpp.mrtddump.auth.MrtdAuthentication>

@DaggerGenerated public final class MrtdCaptureModule_ProvideAuthenticatorFactory extends Object implements dagger.internal.Factory<com.yoti.mobile.mpp.mrtddump.auth.MrtdAuthentication>
  • Constructor Summary

    Constructors
    Constructor
    Description
    MrtdCaptureModule_ProvideAuthenticatorFactory(com.yoti.mobile.android.mrtd.di.MrtdCaptureModule module, javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.feature.nfc.domain.model.BacCredential> credentialProvider)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    create(com.yoti.mobile.android.mrtd.di.MrtdCaptureModule module, javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.feature.nfc.domain.model.BacCredential> credentialProvider)
     
    com.yoti.mobile.mpp.mrtddump.auth.MrtdAuthentication
    get()
     
    static com.yoti.mobile.mpp.mrtddump.auth.MrtdAuthentication
    provideAuthenticator(com.yoti.mobile.android.mrtd.di.MrtdCaptureModule instance, com.yoti.mobile.android.yotisdkcore.feature.nfc.domain.model.BacCredential credential)
     

    Methods inherited from class java.lang.Object

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

    • MrtdCaptureModule_ProvideAuthenticatorFactory

      public MrtdCaptureModule_ProvideAuthenticatorFactory(com.yoti.mobile.android.mrtd.di.MrtdCaptureModule module, javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.feature.nfc.domain.model.BacCredential> credentialProvider)
  • Method Details

    • get

      public com.yoti.mobile.mpp.mrtddump.auth.MrtdAuthentication get()
      Specified by:
      get in interface javax.inject.Provider<com.yoti.mobile.mpp.mrtddump.auth.MrtdAuthentication>
    • create

      public static MrtdCaptureModule_ProvideAuthenticatorFactory create(com.yoti.mobile.android.mrtd.di.MrtdCaptureModule module, javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.feature.nfc.domain.model.BacCredential> credentialProvider)
    • provideAuthenticator

      public static com.yoti.mobile.mpp.mrtddump.auth.MrtdAuthentication provideAuthenticator(com.yoti.mobile.android.mrtd.di.MrtdCaptureModule instance, com.yoti.mobile.android.yotisdkcore.feature.nfc.domain.model.BacCredential credential)