Runtime capabilities the service needs, injected for testability.
readonly
subtle: SubtleCrypto
Web Crypto, from IRuntimeServices.subtle.
readonly
randomBytes: (length: number) => Uint8Array
Random bytes, from IRuntimeServices.randomBytes.
readonly
now: () => number
Wall-clock milliseconds, from IRuntimeServices.now.
readonly
uuid: () => string
Identifier source, from IRuntimeServices.uuid.