hash property
Encoded hash of a password in Modular Crypt Format: https://zitadel.com/docs/concepts/architecture/secrets#hashed-secrets.
Implementation
@$pb.TagNumber(2)
$core.String get hash => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set hash($core.String v) { $_setString(1, v); }