-
- All Implemented Interfaces:
-
dagger.internal.Factory,dagger.internal.Provider,jakarta.inject.Provider,javax.inject.Provider
@DaggerGenerated()@Generated(value = dagger.internal.codegen.ComponentProcessor, comments = https://dagger.dev) public final class NetworkModule_ProvideAuthApiFactory implements Factory<AuthApi>
-
-
Constructor Summary
Constructors Constructor Description NetworkModule_ProvideAuthApiFactory(Provider<Retrofit> retrofitProvider)
-
Method Summary
Modifier and Type Method Description AuthApiget()static NetworkModule_ProvideAuthApiFactorycreate(Provider<Retrofit> retrofitProvider)static NetworkModule_ProvideAuthApiFactorycreate(Provider<Retrofit> retrofitProvider)static AuthApiprovideAuthApi(Retrofit retrofit)-
-
Method Detail
-
create
static NetworkModule_ProvideAuthApiFactory create(Provider<Retrofit> retrofitProvider)
-
create
static NetworkModule_ProvideAuthApiFactory create(Provider<Retrofit> retrofitProvider)
-
provideAuthApi
static AuthApi provideAuthApi(Retrofit retrofit)
-
-
-
-