encryptedUserCredentialsHash property

String? encryptedUserCredentialsHash
getter/setter pair

Encrypted Scrypt hash of the canonicalized username+password.

It is re-encrypted by the server and returned through reencrypted_user_credentials_hash.

Optional.

Implementation

core.String? encryptedUserCredentialsHash;