mirror of
https://github.com/bitwarden/android.git
synced 2026-04-28 11:58:40 -05:00
[PM-20185] Migrate AccountService to network module (#5038)
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user