hashAuthDeviceAuthorizationIssuanceLease function

String hashAuthDeviceAuthorizationIssuanceLease(
  1. String lease
)

Builds a digest for a process-local random issuance lease identity.

Implementation

String hashAuthDeviceAuthorizationIssuanceLease(String lease) =>
    hashOpaqueToken(lease);