Class InstallationIdCryptService
Hierarchy
-
InstallationIdCryptService
Methods
decryptInstallationId
- decryptInstallationId(encryptedInstallationId: string): string
-
Parameters
-
encryptedInstallationId: string
Returns string
encryptInstallationId
- encryptInstallationId(installationId: string): Promise<string>
-
Parameters
Returns Promise<string>
isEncrypted
- isEncrypted(installationId: string): boolean
-
Parameters
Returns boolean