1
0
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:
Kyle Spearrin
2018-06-13 22:09:47 -04:00
parent 3303e60b40
commit 755f8f93ec
2 changed files with 37 additions and 41 deletions

View File

@@ -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>;