export const authFingerprintKey = new random.RandomString( "AuthFingerprintKey", { length: 32, }, ); sst.Linkable.wrap(random.RandomString, (resource) => ({ properties: { value: resource.result, }, }));