combined property

String combined
final

A portable string: iterations:saltBase64:hashBase64.

This is what you store in Firestore.

{ "passwordHash": "310000:saltBase64==:hashBase64==" }

Implementation

final String combined;