hashAuthDeviceAuthorizationIssuanceLease function
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);