hashAuthDeviceAuthorizationIssuanceLease function

String hashAuthDeviceAuthorizationIssuanceLease(
  1. String lease
)

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

Store only the returned digest; the raw lease value is not a persistence credential and is not returned by the store.

Implementation

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