Package-level declarations

Types

Link copied to clipboard
class GoogleAuthenticationRepository @Inject constructor(context: Context, preferences: OauthPreferences)
Link copied to clipboard
class GoogleAuthenticationService @Inject constructor(repository: GoogleAuthenticationRepository)
Link copied to clipboard
class OauthPreferences @Inject constructor(dataStore: DataStore<Preferences>)