givenName property

String? get givenName

Implementation

String? get givenName => claims["given_name"]?.toString();