givenName property

String? givenName

Given name(s) or first name(s) of the End-User.

Note that in some cultures, people can have multiple given names; all can be present, with the names being separated by space characters.

Implementation

String? get givenName => this['given_name'];