clientId property

String? get clientId

Get client ID

Implementation

String? get clientId => userInfo['client_id'] as String?;