1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

platform specific identity client id

This commit is contained in:
Kyle Spearrin
2018-03-21 11:19:05 -04:00
parent e27df6bc09
commit 0b57d8b7f3
3 changed files with 5 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
import { DeviceType } from '../enums/deviceType';
export abstract class PlatformUtilsService {
identityClientId: string;
getDevice: () => DeviceType;
getDeviceString: () => string;
isFirefox: () => boolean;