givenName property

String? givenName

Implementation

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