rawPassword property

String? rawPassword
getter/setter pair

Input only.

Plain text password used to update a account's password. This field is only ever used as input in a request. Identity Platform uses cryptographically secure hashing when managing passwords and will never store or transmit a user's password in plain text.

Implementation

core.String? rawPassword;