[PM-20185] Migrate AccountService to network module (#5038)

This commit is contained in:
Patrick Honkonen
2025-04-11 17:33:05 -04:00
committed by GitHub
parent 944eb64562
commit d1ba730012
17 changed files with 30 additions and 40 deletions

View File

@@ -3,16 +3,6 @@ package com.bitwarden.authenticator.data.platform.datasource.network.util
import android.os.Build
import com.bitwarden.authenticator.BuildConfig
/**
* The bearer prefix used for the 'authorization' headers value.
*/
const val HEADER_VALUE_BEARER_PREFIX: String = "Bearer "
/**
* The key used for the 'authorization' headers.
*/
const val HEADER_KEY_AUTHORIZATION: String = "Authorization"
/**
* The key used for the 'user-agent' headers.
*/