getAuthentication

@Provides
@Singleton
fun getAuthentication(retrofit: Retrofit): AuthenticationService

Provides an instance of AuthenticationService.

Return

An instance of AuthenticationService.

Parameters

retrofit

The Retrofit instance used to create the service.