givenName property

String? givenName
getter/setter pair

Given (first) name of the user, all lowercase, with no punctuation, no leading or trailing whitespace, and hashed as SHA-256.

Required.

Implementation

core.String? givenName;