clientId property

  1. @BuiltValueField(wireName: r'client_id')
String? clientId

The application's client id.

Implementation

@BuiltValueField(wireName: r'client_id')
String? get clientId;