mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
apiBaseUrl and make some props private
This commit is contained in:
@@ -24,9 +24,6 @@ import { AttachmentView } from '../models/view/attachmentView';
|
||||
|
||||
export abstract class ApiService {
|
||||
urlsSet: boolean;
|
||||
baseUrl: string;
|
||||
identityBaseUrl: string;
|
||||
deviceType: string;
|
||||
|
||||
setUrls: (urls: EnvironmentUrls) => void;
|
||||
postIdentityToken: (request: TokenRequest) => Promise<IdentityTokenResponse | IdentityTwoFactorResponse>;
|
||||
|
||||
Reference in New Issue
Block a user