clientId property
The client_id of the application that initiated the device authorization request.
Implementation
@$pb.TagNumber(2)
$core.String get clientId => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set clientId($core.String value) => $_setString(1, value);