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:
@@ -1,6 +1,7 @@
|
||||
import { DeviceType } from '../enums/deviceType';
|
||||
|
||||
export abstract class PlatformUtilsService {
|
||||
identityClientId: string;
|
||||
getDevice: () => DeviceType;
|
||||
getDeviceString: () => string;
|
||||
isFirefox: () => boolean;
|
||||
|
||||
Reference in New Issue
Block a user